#BBA6BE

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

Shades of Lola #BBA6BE

Tints of Lola #BBA6BE

Color information

#BBA6BE (or 0xBBA6BE) is unknown color: approx Lola. HEX triplet: BB, A6 and BE. RGB value is (187,166,190). Sum of RGB (Red+Green+Blue) = 187+166+190=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6BE is #445941. Grayscale: #AEAEAE. Windows color (decimal): -4479298 or 12494523. OLE color: 12494523.

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

Color convert

RGB187166190-
CMYK0.020.1300.25
HSL292.5º15.58%69.8%-
HSV(B)292.5º12.63%74.51%-
XYZ43.4241.5554.45-
YUV175.02136.46136.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=34.44%
G=30.57%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871661900.020.1300.25292.515.5869.8
HexBBA6BE2D0191241046
Octal27324627621503144420106
Binary101110111010011010111110101101011001100100100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6BE; }

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

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

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

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

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

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

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

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