Html Css Color HEX #BBA0BB Lola

📋 copy color: '#BBA0BB'

red 187 ◦ green 160 ◦ blue 187

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

Shades of Lola #BBA0BB

Tints of Lola #BBA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 35.02%
G = 29.96%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BBA0BB (or 0xBBA0BB) is known color: Lola. HEX triplet: BB, A0 and BB. RGB value is (187,160,187). Sum of RGB (Red+Green+Blue) = 187+160+187=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BB is #445F44. Grayscale: #ABABAB. Windows color (decimal): -4480837 or 12296379. OLE color: 12296379.

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

Color convert

RGB 187 160 187 -
CMYK 0 0.14 0 0.27
HSL 300º 0.17% 0.68% -
HSV(B) 300º 0.14% 0.73% -
XYZ 42.03 39.29 52.38 -
YUV 171.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 187 160 187 0 0.14 0 0.27 300 0.17 0.68
Hex BB A0 BB 0 E 0 1B 12C 11 44
Octal 273 240 273 0 16 0 33 454 21 104
Binary 10111011 10100000 10111011 0 1110 0 11011 100101100 10001 1000100

Color Harmonies of #BBA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0BB

Black with #BBA0BB

Text Example


Text Example

White with #BBA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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