Html Css Color HEX #BBACB9 Lola

📋 copy color: '#BBACB9'

red 187 ◦ green 172 ◦ blue 185

#BBACB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BBACB9

Tints of Lola #BBACB9

RGB

 RED value IS 187 (73.44% from 255) = 34.38%

 GREEN value IS 172 (67.58% from 255) = 31.62%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 34.38%
G = 31.62%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBACB9 (or 0xBBACB9) is known color: Lola. HEX triplet: BB, AC and B9. RGB value is (187,172,185). Sum of RGB (Red+Green+Blue) = 187+172+185=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACB9 is #445346. Grayscale: #B1B1B1. Windows color (decimal): -4477767 or 12168379. OLE color: 12168379.

HSL color Cylindrical-coordinate representation of color #BBACB9: hue angle of 308º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBACB9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 185 -
CMYK 0 0.08 0.01 0.27
HSL 308º 0.1% 0.7% -
HSV(B) 308º 0.08% 0.73% -
XYZ 44 43.57 51.99 -
YUV 177.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 187 172 185 0 0.08 0.01 0.27 308 0.1 0.7
Hex BB AC B9 0 8 1 1B 134 A 46
Octal 273 254 271 0 10 1 33 464 12 106
Binary 10111011 10101100 10111001 0 1000 1 11011 100110100 1010 1000110

Color Harmonies of #BBACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACB9

Black with #BBACB9

Text Example


Text Example

White with #BBACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACB9; }

 p { color: rgb(187,172,185); }

 H1.HeaderClassName
 {
   color: #BBACB9;
 }
 .AnyTagClassName
 {
   color: #BBACB9;
 }
</style>

background-color css

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

 a { background-color: rgb(187,172,185); }

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

border-color css

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

 span { border-color: rgb(187,172,185); }

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