#BB9FC6

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

Shades of Lola #BB9FC6

Tints of Lola #BB9FC6

Color information

#BB9FC6 (or 0xBB9FC6) is unknown color: approx Lola. HEX triplet: BB, 9F and C6. RGB value is (187,159,198). Sum of RGB (Red+Green+Blue) = 187+159+198=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC6 is #446039. Grayscale: #ABABAB. Windows color (decimal): -4481082 or 13017019. OLE color: 13017019.

HSL color Cylindrical-coordinate representation of color #BB9FC6: hue angle of 283.08º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9FC6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187159198-
CMYK0.060.2000.22
HSL283.08º25.49%70%-
HSV(B)283.08º19.7%77.65%-
XYZ43.0839.4458.77-
YUV171.82142.78138.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=34.38%
G=29.23%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871591980.060.2000.22283.0825.4970
HexBB9FC661401611b1946
Octal27323730662402643331106
Binary10111011100111111100011011010100010110100011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FC6; }

 p { color: rgb(187,159,198); }

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

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

 a { background-color: rgb(187,159,198); }

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

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

 span { border-color: rgb(187,159,198); }

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