Html Css Color HEX #BBA0BA Lola

📋 copy color: '#BBA0BA'

red 187 ◦ green 160 ◦ blue 186

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

Shades of Lola #BBA0BA

Tints of Lola #BBA0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 35.08%
G = 30.02%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBA0BA (or 0xBBA0BA) is known color: Lola. HEX triplet: BB, A0 and BA. RGB value is (187,160,186). Sum of RGB (Red+Green+Blue) = 187+160+186=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BA is #445F45. Grayscale: #AAAAAA. Windows color (decimal): -4480838 or 12230843. OLE color: 12230843.

HSL color Cylindrical-coordinate representation of color #BBA0BA: hue angle of 302.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA0BA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 186 -
CMYK 0 0.14 0.01 0.27
HSL 302.22º 0.17% 0.68% -
HSV(B) 302.22º 0.14% 0.73% -
XYZ 41.93 39.25 51.82 -
YUV 171.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 187 160 186 0 0.14 0.01 0.27 302.22 0.17 0.68
Hex BB A0 BA 0 E 1 1B 12E 11 44
Octal 273 240 272 0 16 1 33 456 21 104
Binary 10111011 10100000 10111010 0 1110 1 11011 100101110 10001 1000100

Color Harmonies of #BBA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0BA

Black with #BBA0BA

Text Example


Text Example

White with #BBA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0BA; }

 p { color: rgb(187,160,186); }

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

background-color css

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

 a { background-color: rgb(187,160,186); }

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

border-color css

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

 span { border-color: rgb(187,160,186); }

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