Html Css Color HEX #BBACC0 Lola

📋 copy color: '#BBACC0'

red 187 ◦ green 172 ◦ blue 192

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

Shades of Lola #BBACC0

Tints of Lola #BBACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 33.94%
G = 31.22%
B = 34.85%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBACC0 (or 0xBBACC0) is known color: Lola. HEX triplet: BB, AC and C0. RGB value is (187,172,192). Sum of RGB (Red+Green+Blue) = 187+172+192=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC0 is #44533F. Grayscale: #B2B2B2. Windows color (decimal): -4477760 or 12627131. OLE color: 12627131.

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

Color convert

RGB 187 172 192 -
CMYK 0.03 0.10 0 0.25
HSL 285º 0.14% 0.71% -
HSV(B) 285º 0.1% 0.75% -
XYZ 44.76 43.88 55.98 -
YUV 178.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 187 172 192 0.03 0.10 0 0.25 285 0.14 0.71
Hex BB AC C0 3 A 0 19 11D E 47
Octal 273 254 300 3 12 0 31 435 16 107
Binary 10111011 10101100 11000000 11 1010 0 11001 100011101 1110 1000111

Color Harmonies of #BBACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC0

Black with #BBACC0

Text Example


Text Example

White with #BBACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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