#BBA4BD

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

Shades of Lola #BBA4BD

Tints of Lola #BBA4BD

Color information

#BBA4BD (or 0xBBA4BD) is unknown color: approx Lola. HEX triplet: BB, A4 and BD. RGB value is (187,164,189). Sum of RGB (Red+Green+Blue) = 187+164+189=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BD is #445B42. Grayscale: #ADADAD. Windows color (decimal): -4479811 or 12428475. OLE color: 12428475.

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

Color convert

RGB187164189-
CMYK0.010.1300.26
HSL295.2º15.92%69.22%-
HSV(B)295.2º13.23%74.12%-
XYZ42.9540.7953.75-
YUV173.73136.62137.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 189 (74.22% from 255) = 35%
R=34.63%
G=30.37%
B=35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871641890.010.1300.26295.215.9269.22
HexBBA4BD1D01A1271045
Octal27324427511503244720105
Binary10111011101001001011110111101011010100100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4BD; }

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

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

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

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

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

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

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

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