Html Css Color HEX #BBA5BE Lola

📋 copy color: '#BBA5BE'

red 187 ◦ green 165 ◦ blue 190

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

Shades of Lola #BBA5BE

Tints of Lola #BBA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

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

R = 34.5%
G = 30.44%
B = 35.06%

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

#BBA5BE (or 0xBBA5BE) is known color: Lola. HEX triplet: BB, A5 and BE. RGB value is (187,165,190). Sum of RGB (Red+Green+Blue) = 187+165+190=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BE is #445A41. Grayscale: #AEAEAE. Windows color (decimal): -4479554 or 12494267. OLE color: 12494267.

HSL color Cylindrical-coordinate representation of color #BBA5BE: hue angle of 292.8º 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 #BBA5BE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 165 190 -
CMYK 0.02 0.13 0 0.25
HSL 292.8º 0.16% 0.7% -
HSV(B) 292.8º 0.13% 0.75% -
XYZ 43.24 41.19 54.39 -
YUV 174.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 187 165 190 0.02 0.13 0 0.25 292.8 0.16 0.7
Hex BB A5 BE 2 D 0 19 125 10 46
Octal 273 245 276 2 15 0 31 445 20 106
Binary 10111011 10100101 10111110 10 1101 0 11001 100100101 10000 1000110

Color Harmonies of #BBA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5BE

Black with #BBA5BE

Text Example


Text Example

White with #BBA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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