#BBA8C0

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

Shades of Lola #BBA8C0

Tints of Lola #BBA8C0

Color information

#BBA8C0 (or 0xBBA8C0) is unknown color: approx Lola. HEX triplet: BB, A8 and C0. RGB value is (187,168,192). Sum of RGB (Red+Green+Blue) = 187+168+192=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C0 is #44573F. Grayscale: #B0B0B0. Windows color (decimal): -4478784 or 12626107. OLE color: 12626107.

HSL color Cylindrical-coordinate representation of color #BBA8C0: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA8C0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187168192-
CMYK0.030.1200.25
HSL287.5º16%70.59%-
HSV(B)287.5º12.5%75.29%-
XYZ44.0142.3855.73-
YUV176.42136.79135.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=34.19%
G=30.71%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871681920.030.1200.25287.51670.59
HexBBA8C03C0191201047
Octal27325030031403144020107
Binary101110111010100011000000111100011001100100000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8C0; }

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

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

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

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

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

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

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

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