Html Css Color HEX #BBACBE Lola

📋 copy color: '#BBACBE'

red 187 ◦ green 172 ◦ blue 190

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

Shades of Lola #BBACBE

Tints of Lola #BBACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 34.06%
G = 31.33%
B = 34.61%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBACBE (or 0xBBACBE) is known color: Lola. HEX triplet: BB, AC and BE. RGB value is (187,172,190). Sum of RGB (Red+Green+Blue) = 187+172+190=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACBE is #445341. Grayscale: #B2B2B2. Windows color (decimal): -4477762 or 12496059. OLE color: 12496059.

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

Color convert

RGB 187 172 190 -
CMYK 0.02 0.09 0 0.25
HSL 290º 0.12% 0.71% -
HSV(B) 290º 0.09% 0.75% -
XYZ 44.54 43.79 54.82 -
YUV 178.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 187 172 190 0.02 0.09 0 0.25 290 0.12 0.71
Hex BB AC BE 2 9 0 19 122 C 47
Octal 273 254 276 2 11 0 31 442 14 107
Binary 10111011 10101100 10111110 10 1001 0 11001 100100010 1100 1000111

Color Harmonies of #BBACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACBE

Black with #BBACBE

Text Example


Text Example

White with #BBACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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