Html Css Color HEX #BBACBB Lola

📋 copy color: '#BBACBB'

red 187 ◦ green 172 ◦ blue 187

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

Shades of Lola #BBACBB

Tints of Lola #BBACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 34.25%
G = 31.5%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BBACBB (or 0xBBACBB) is known color: Lola. HEX triplet: BB, AC and BB. RGB value is (187,172,187). Sum of RGB (Red+Green+Blue) = 187+172+187=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACBB is #445344. Grayscale: #B2B2B2. Windows color (decimal): -4477765 or 12299451. OLE color: 12299451.

HSL color Cylindrical-coordinate representation of color #BBACBB: hue angle of 300º 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 #BBACBB is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 187 -
CMYK 0 0.08 0 0.27
HSL 300º 0.1% 0.7% -
HSV(B) 300º 0.08% 0.73% -
XYZ 44.22 43.66 53.11 -
YUV 178.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 187 172 187 0 0.08 0 0.27 300 0.1 0.7
Hex BB AC BB 0 8 0 1B 12C A 46
Octal 273 254 273 0 10 0 33 454 12 106
Binary 10111011 10101100 10111011 0 1000 0 11011 100101100 1010 1000110

Color Harmonies of #BBACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACBB

Black with #BBACBB

Text Example


Text Example

White with #BBACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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