#BBADBA

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

Shades of Lola #BBADBA

Tints of Lola #BBADBA

Color information

#BBADBA (or 0xBBADBA) is unknown color: approx Lola. HEX triplet: BB, AD and BA. RGB value is (187,173,186). Sum of RGB (Red+Green+Blue) = 187+173+186=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADBA is #445245. Grayscale: #B2B2B2. Windows color (decimal): -4477510 or 12234171. OLE color: 12234171.

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

Color convert

RGB187173186-
CMYK00.070.010.27
HSL304.29º9.33%70.59%-
HSV(B)304.29º7.49%73.33%-
XYZ44.34452.61-
YUV178.67132.14133.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=34.25%
G=31.68%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717318600.070.010.27304.299.3370.59
HexBBADBA0711B130947
Octal2732552720713346011107
Binary101110111010110110111010011111101110011000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADBA; }

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

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

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

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

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

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

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

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