Html Css Color HEX #BBAAC0 Lola

📋 copy color: '#BBAAC0'

red 187 ◦ green 170 ◦ blue 192

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

Shades of Lola #BBAAC0

Tints of Lola #BBAAC0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.97%

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

R = 34.06%
G = 30.97%
B = 34.97%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBAAC0 (or 0xBBAAC0) is known color: Lola. HEX triplet: BB, AA and C0. RGB value is (187,170,192). Sum of RGB (Red+Green+Blue) = 187+170+192=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC0 is #44553F. Grayscale: #B1B1B1. Windows color (decimal): -4478272 or 12626619. OLE color: 12626619.

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

Color convert

RGB 187 170 192 -
CMYK 0.03 0.11 0 0.25
HSL 286.36º 0.15% 0.71% -
HSV(B) 286.36º 0.11% 0.75% -
XYZ 44.38 43.12 55.85 -
YUV 177.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 187 170 192 0.03 0.11 0 0.25 286.36 0.15 0.71
Hex BB AA C0 3 B 0 19 11E F 47
Octal 273 252 300 3 13 0 31 436 17 107
Binary 10111011 10101010 11000000 11 1011 0 11001 100011110 1111 1000111

Color Harmonies of #BBAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAC0

Black with #BBAAC0

Text Example


Text Example

White with #BBAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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