#BBA3BE

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

Shades of Lola #BBA3BE

Tints of Lola #BBA3BE

Color information

#BBA3BE (or 0xBBA3BE) is unknown color: approx Lola. HEX triplet: BB, A3 and BE. RGB value is (187,163,190). Sum of RGB (Red+Green+Blue) = 187+163+190=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA3BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BE is #445C41. Grayscale: #ADADAD. Windows color (decimal): -4480066 or 12493755. OLE color: 12493755.

HSL color Cylindrical-coordinate representation of color #BBA3BE: hue angle of 293.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA3BE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187163190-
CMYK0.020.1400.25
HSL293.33º17.2%69.22%-
HSV(B)293.33º14.21%74.51%-
XYZ42.8840.4854.27-
YUV173.25137.45137.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=34.63%
G=30.19%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871631900.020.1400.25293.3317.269.22
HexBBA3BE2E0191251145
Octal27324327621603144521105
Binary101110111010001110111110101110011001100100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3BE; }

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

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

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

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

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

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

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

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