#B8AEBA

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

Shades of Lola #B8AEBA

Tints of Lola #B8AEBA

Color information

#B8AEBA (or 0xB8AEBA) is unknown color: approx Lola. HEX triplet: B8, AE and BA. RGB value is (184,174,186). Sum of RGB (Red+Green+Blue) = 184+174+186=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #B8AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEBA is #475145. Grayscale: #B2B2B2. Windows color (decimal): -4673862 or 12234424. OLE color: 12234424.

HSL color Cylindrical-coordinate representation of color #B8AEBA: hue angle of 290º 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 #B8AEBA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184174186-
CMYK0.010.0600.27
HSL290º8%70.59%-
HSV(B)290º6.45%72.94%-
XYZ43.7744.0152.64-
YUV178.36132.31132.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=33.82%
G=31.99%
B=34.19%

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
Decimal1841741860.010.0600.27290870.59
HexB8AEBA1601B122847
Octal2702562721603344210107
Binary101110001010111010111010111001101110010001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEBA; }

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

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

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

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

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

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

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

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