Html Css Color HEX #BBA6BE Lola

📋 copy color: '#BBA6BE'

red 187 ◦ green 166 ◦ blue 190

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

Shades of Lola #BBA6BE

Tints of Lola #BBA6BE

RGB

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

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

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

R = 34.44%
G = 30.57%
B = 34.99%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA6BE (or 0xBBA6BE) is known color: Lola. HEX triplet: BB, A6 and BE. RGB value is (187,166,190). Sum of RGB (Red+Green+Blue) = 187+166+190=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6BE is #445941. Grayscale: #AEAEAE. Windows color (decimal): -4479298 or 12494523. OLE color: 12494523.

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

Color convert

RGB 187 166 190 -
CMYK 0.02 0.13 0 0.25
HSL 292.5º 0.16% 0.7% -
HSV(B) 292.5º 0.13% 0.75% -
XYZ 43.42 41.55 54.45 -
YUV 175.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 187 166 190 0.02 0.13 0 0.25 292.5 0.16 0.7
Hex BB A6 BE 2 D 0 19 124 10 46
Octal 273 246 276 2 15 0 31 444 20 106
Binary 10111011 10100110 10111110 10 1101 0 11001 100100100 10000 1000110

Color Harmonies of #BBA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6BE

Black with #BBA6BE

Text Example


Text Example

White with #BBA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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