Html Css Color HEX #BBA6C0 Lola

📋 copy color: '#BBA6C0'

red 187 ◦ green 166 ◦ blue 192

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

Shades of Lola #BBA6C0

Tints of Lola #BBA6C0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.46%

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

R = 34.31%
G = 30.46%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA6C0 (or 0xBBA6C0) is known color: Lola. HEX triplet: BB, A6 and C0. RGB value is (187,166,192). Sum of RGB (Red+Green+Blue) = 187+166+192=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C0 is #44593F. Grayscale: #AFAFAF. Windows color (decimal): -4479296 or 12625595. OLE color: 12625595.

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

Color convert

RGB 187 166 192 -
CMYK 0.03 0.14 0 0.25
HSL 288.46º 0.17% 0.7% -
HSV(B) 288.46º 0.14% 0.75% -
XYZ 43.64 41.64 55.61 -
YUV 175.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 187 166 192 0.03 0.14 0 0.25 288.46 0.17 0.7
Hex BB A6 C0 3 E 0 19 120 11 46
Octal 273 246 300 3 16 0 31 440 21 106
Binary 10111011 10100110 11000000 11 1110 0 11001 100100000 10001 1000110

Color Harmonies of #BBA6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6C0

Black with #BBA6C0

Text Example


Text Example

White with #BBA6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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