#BBA7BD

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

Shades of Lola #BBA7BD

Tints of Lola #BBA7BD

Color information

#BBA7BD (or 0xBBA7BD) is unknown color: approx Lola. HEX triplet: BB, A7 and BD. RGB value is (187,167,189). Sum of RGB (Red+Green+Blue) = 187+167+189=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7BD is #445842. Grayscale: #AFAFAF. Windows color (decimal): -4479043 or 12429243. OLE color: 12429243.

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

Color convert

RGB187167189-
CMYK0.010.1200.26
HSL294.55º14.29%69.8%-
HSV(B)294.55º11.64%74.12%-
XYZ43.541.8853.93-
YUV175.49135.63136.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=34.44%
G=30.76%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871671890.010.1200.26294.5514.2969.8
HexBBA7BD1C01A127e46
Octal27324727511403244716106
Binary1011101110100111101111011110001101010010011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7BD; }

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

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

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

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

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

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

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

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