#B9AEBA

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

Shades of Lola #B9AEBA

Tints of Lola #B9AEBA

Color information

#B9AEBA (or 0xB9AEBA) is unknown color: approx Lola. HEX triplet: B9, AE and BA. RGB value is (185,174,186). Sum of RGB (Red+Green+Blue) = 185+174+186=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEBA is #465145. Grayscale: #B2B2B2. Windows color (decimal): -4608326 or 12234425. OLE color: 12234425.

HSL color Cylindrical-coordinate representation of color #B9AEBA: hue angle of 295º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9AEBA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185174186-
CMYK0.010.0600.27
HSL295º8%70.59%-
HSV(B)295º6.45%72.94%-
XYZ44.0144.1352.65-
YUV178.66132.14132.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=33.94%
G=31.93%
B=34.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851741860.010.0600.27295870.59
HexB9AEBA1601B127847
Octal2712562721603344710107
Binary101110011010111010111010111001101110010011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEBA; }

 p { color: rgb(185,174,186); }

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

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

 a { background-color: rgb(185,174,186); }

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

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

 span { border-color: rgb(185,174,186); }

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