#B8AFB3

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

Shades of Lily #B8AFB3

Tints of Lily #B8AFB3

Color information

#B8AFB3 (or 0xB8AFB3) is unknown color: approx Lily. HEX triplet: B8, AF and B3. RGB value is (184,175,179). Sum of RGB (Red+Green+Blue) = 184+175+179=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFB3 is #47504C. Grayscale: #B2B2B2. Windows color (decimal): -4673613 or 11775928. OLE color: 11775928.

HSL color Cylindrical-coordinate representation of color #B8AFB3: hue angle of 333.33º degrees, saturation: 0.06, 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 #B8AFB3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184175179-
CMYK00.050.030.28
HSL333.33º5.96%70.39%-
HSV(B)333.33º4.89%72.16%-
XYZ43.2344.148.88-
YUV178.15128.48132.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=34.20%
G=32.53%
B=33.27%

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
Decimal18417517900.050.030.28333.335.9670.39
HexB8AFB30531C14d646
Octal270257263053345156106
Binary101110001010111110110011010111111001010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFB3; }

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

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

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

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

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

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

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

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