Html Css Color HEX #BBA5BF Lola

📋 copy color: '#BBA5BF'

red 187 ◦ green 165 ◦ blue 191

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

Shades of Lola #BBA5BF

Tints of Lola #BBA5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.17%

R = 34.44%
G = 30.39%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBA5BF (or 0xBBA5BF) is known color: Lola. HEX triplet: BB, A5 and BF. RGB value is (187,165,191). Sum of RGB (Red+Green+Blue) = 187+165+191=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BF is #445A40. Grayscale: #AEAEAE. Windows color (decimal): -4479553 or 12559803. OLE color: 12559803.

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

Color convert

RGB 187 165 191 -
CMYK 0.02 0.14 0 0.25
HSL 290.77º 0.17% 0.7% -
HSV(B) 290.77º 0.14% 0.75% -
XYZ 43.35 41.24 54.96 -
YUV 174.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 187 165 191 0.02 0.14 0 0.25 290.77 0.17 0.7
Hex BB A5 BF 2 E 0 19 123 11 46
Octal 273 245 277 2 16 0 31 443 21 106
Binary 10111011 10100101 10111111 10 1110 0 11001 100100011 10001 1000110

Color Harmonies of #BBA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5BF

Black with #BBA5BF

Text Example


Text Example

White with #BBA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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