Html Css Color HEX #BBA8BE Lola

📋 copy color: '#BBA8BE'

red 187 ◦ green 168 ◦ blue 190

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

Shades of Lola #BBA8BE

Tints of Lola #BBA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.83%

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

R = 34.31%
G = 30.83%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA8BE (or 0xBBA8BE) is known color: Lola. HEX triplet: BB, A8 and BE. RGB value is (187,168,190). Sum of RGB (Red+Green+Blue) = 187+168+190=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8BE is #445741. Grayscale: #B0B0B0. Windows color (decimal): -4478786 or 12495035. OLE color: 12495035.

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

Color convert

RGB 187 168 190 -
CMYK 0.02 0.12 0 0.25
HSL 291.82º 0.14% 0.7% -
HSV(B) 291.82º 0.12% 0.75% -
XYZ 43.79 42.29 54.57 -
YUV 176.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 187 168 190 0.02 0.12 0 0.25 291.82 0.14 0.7
Hex BB A8 BE 2 C 0 19 124 E 46
Octal 273 250 276 2 14 0 31 444 16 106
Binary 10111011 10101000 10111110 10 1100 0 11001 100100100 1110 1000110

Color Harmonies of #BBA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8BE

Black with #BBA8BE

Text Example


Text Example

White with #BBA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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