#B8AEB3

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

Shades of Lily #B8AEB3

Tints of Lily #B8AEB3

Color information

#B8AEB3 (or 0xB8AEB3) is unknown color: approx Lily. HEX triplet: B8, AE and B3. RGB value is (184,174,179). Sum of RGB (Red+Green+Blue) = 184+174+179=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEB3 is #47514C. Grayscale: #B1B1B1. Windows color (decimal): -4673869 or 11775672. OLE color: 11775672.

HSL color Cylindrical-coordinate representation of color #B8AEB3: hue angle of 330º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8AEB3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184174179-
CMYK00.050.030.28
HSL330º6.58%70.2%-
HSV(B)330º5.43%72.16%-
XYZ43.0443.7248.82-
YUV177.56128.81132.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=34.26%
G=32.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417417900.050.030.283306.5870.2
HexB8AEB30531C14a746
Octal270256263053345127106
Binary101110001010111010110011010111111001010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEB3; }

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

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

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

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

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

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

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

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