#BB9AC0

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

Shades of Lola #BB9AC0

Tints of Lola #BB9AC0

Color information

#BB9AC0 (or 0xBB9AC0) is unknown color: approx Lola. HEX triplet: BB, 9A and C0. RGB value is (187,154,192). Sum of RGB (Red+Green+Blue) = 187+154+192=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AC0 is #44653F. Grayscale: #A8A8A8. Windows color (decimal): -4482368 or 12622523. OLE color: 12622523.

HSL color Cylindrical-coordinate representation of color #BB9AC0: hue angle of 292.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9AC0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187154192-
CMYK0.030.2000.25
HSL292.11º23.17%67.84%-
HSV(B)292.11º19.79%75.29%-
XYZ41.5637.4854.91-
YUV168.2141.43141.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=35.08%
G=28.89%
B=36.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871541920.030.2000.25292.1123.1767.84
HexBB9AC03140191241744
Octal27323230032403144427104
Binary1011101110011010110000001110100011001100100100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AC0; }

 p { color: rgb(187,154,192); }

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

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

 a { background-color: rgb(187,154,192); }

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

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

 span { border-color: rgb(187,154,192); }

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