#BBA0BD

Color #BBA0BD Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BBA0BD

Tints of Lola #BBA0BD

Color information

#BBA0BD (or 0xBBA0BD) is unknown color: approx Lola. HEX triplet: BB, A0 and BD. RGB value is (187,160,189). Sum of RGB (Red+Green+Blue) = 187+160+189=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BD is #445F42. Grayscale: #ABABAB. Windows color (decimal): -4480835 or 12427451. OLE color: 12427451.

HSL color Cylindrical-coordinate representation of color #BBA0BD: hue angle of 295.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA0BD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187160189-
CMYK0.010.1500.26
HSL295.86º18.01%68.43%-
HSV(B)295.86º15.34%74.12%-
XYZ42.2539.3853.52-
YUV171.38137.95139.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=34.89%
G=29.85%
B=35.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871601890.010.1500.26295.8618.0168.43
HexBBA0BD1F01A1281244
Octal27324027511703245022104
Binary10111011101000001011110111111011010100101000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0BD; }

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

 H1.HeaderClassName
 {
   color: #BBA0BD;
 }
 .AnyTagClassName
 {
   color: #BBA0BD;
 }
</style>
background-color css

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

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

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

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

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

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