#BBA8BF

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

Shades of Lola #BBA8BF

Tints of Lola #BBA8BF

Color information

#BBA8BF (or 0xBBA8BF) is unknown color: approx Lola. HEX triplet: BB, A8 and BF. RGB value is (187,168,191). Sum of RGB (Red+Green+Blue) = 187+168+191=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BF is #445740. Grayscale: #B0B0B0. Windows color (decimal): -4478785 or 12560571. OLE color: 12560571.

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

Color convert

RGB187168191-
CMYK0.020.1200.25
HSL289.57º15.23%70.39%-
HSV(B)289.57º12.04%74.9%-
XYZ43.942.3355.15-
YUV176.3136.29135.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 34.98%
R=34.25%
G=30.77%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871681910.020.1200.25289.5715.2370.39
HexBBA8BF2C019122f46
Octal27325027721403144217106
Binary10111011101010001011111110110001100110010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8BF; }

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

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

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

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

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

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

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

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