#BB94E6

Color #BB94E6 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BB94E6

Tints of Perfume #BB94E6

Color information

#BB94E6 (or 0xBB94E6) is unknown color: approx Perfume. HEX triplet: BB, 94 and E6. RGB value is (187,148,230). Sum of RGB (Red+Green+Blue) = 187+148+230=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94E6 is #446B19. Grayscale: #A8A8A8. Windows color (decimal): -4483866 or 15111355. OLE color: 15111355.

HSL color Cylindrical-coordinate representation of color #BB94E6: hue angle of 268.54º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB94E6 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187148230-
CMYK0.190.3600.10
HSL268.54º62.12%74.12%-
HSV(B)268.54º35.65%90.2%-
XYZ45.3737.4679.7-
YUV169.01162.42140.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=33.10%
G=26.19%
B=40.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871482300.190.3600.10268.5462.1274.12
HexBB94E613240A10d3e4a
Octal273224346234401241576112
Binary10111011100101001110011010011100100010101000011011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94E6; }

 p { color: rgb(187,148,230); }

 H1.HeaderClassName
 {
   color: #BB94E6;
 }
 .AnyTagClassName
 {
   color: #BB94E6;
 }
</style>
background-color css

<style>
 a { background-color: #BB94E6; }

 a { background-color: rgb(187,148,230); }

 div.DivClassName
 {
   background-color: #BB94E6;
 }
 .BgClassName
 {
   background-color: #BB94E6;
 }
</style>
border-color css

<style>
 span { border-color: #BB94E6; }

 span { border-color: rgb(187,148,230); }

 td.TdClassName
 {
   border-color: #BB94E6;
 }
 .TagClassName
 {
   border-color: #BB94E6;
 }
</style>