#B5AFB2

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

Shades of Lily #B5AFB2

Tints of Lily #B5AFB2

Color information

#B5AFB2 (or 0xB5AFB2) is unknown color: approx Lily. HEX triplet: B5, AF and B2. RGB value is (181,175,178). Sum of RGB (Red+Green+Blue) = 181+175+178=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFB2 is #4A504D. Grayscale: #B1B1B1. Windows color (decimal): -4870222 or 11710389. OLE color: 11710389.

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

Color convert

RGB181175178-
CMYK00.030.020.29
HSL330º3.9%69.8%-
HSV(B)330º3.31%70.98%-
XYZ42.4243.748.32-
YUV177.14128.49130.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=33.90%
G=32.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117517800.030.020.293303.969.8
HexB5AFB20321D14a446
Octal265257262032355124106
Binary10110101101011111011001001110111011010010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFB2; }

 p { color: rgb(181,175,178); }

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

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

 a { background-color: rgb(181,175,178); }

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

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

 span { border-color: rgb(181,175,178); }

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