#BB9CF4

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

Shades of Perfume #BB9CF4

Tints of Perfume #BB9CF4

Color information

#BB9CF4 (or 0xBB9CF4) is unknown color: approx Perfume. HEX triplet: BB, 9C and F4. RGB value is (187,156,244). Sum of RGB (Red+Green+Blue) = 187+156+244=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB9CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF4 is #44630B. Grayscale: #AEAEAE. Windows color (decimal): -4481804 or 16030907. OLE color: 16030907.

HSL color Cylindrical-coordinate representation of color #BB9CF4: hue angle of 261.14º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9CF4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187156244-
CMYK0.230.3600.04
HSL261.14º80%78.43%-
HSV(B)261.14º36.07%95.69%-
XYZ48.7140.8790.91-
YUV175.3166.77136.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 244 (95.70% from 255) = 41.57%
R=31.86%
G=26.58%
B=41.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871562440.230.3600.04261.148078.43
HexBB9CF4172404105504e
Octal273234364274404405120116
Binary10111011100111001111010010111100100010010000010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CF4; }

 p { color: rgb(187,156,244); }

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

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

 a { background-color: rgb(187,156,244); }

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

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

 span { border-color: rgb(187,156,244); }

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