#BBA3BD

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

Shades of Lola #BBA3BD

Tints of Lola #BBA3BD

Color information

#BBA3BD (or 0xBBA3BD) is unknown color: approx Lola. HEX triplet: BB, A3 and BD. RGB value is (187,163,189). Sum of RGB (Red+Green+Blue) = 187+163+189=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BD is #445C42. Grayscale: #ADADAD. Windows color (decimal): -4480067 or 12428219. OLE color: 12428219.

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

Color convert

RGB187163189-
CMYK0.010.1400.26
HSL295.38º16.46%69.02%-
HSV(B)295.38º13.76%74.12%-
XYZ42.7840.4353.69-
YUV173.14136.95137.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=34.69%
G=30.24%
B=35.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871631890.010.1400.26295.3816.4669.02
HexBBA3BD1E01A1271045
Octal27324327511603244720105
Binary10111011101000111011110111110011010100100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3BD; }

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

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

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

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

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

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

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

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