#B9AFB4

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

Shades of Lily #B9AFB4

Tints of Lily #B9AFB4

Color information

#B9AFB4 (or 0xB9AFB4) is unknown color: approx Lily. HEX triplet: B9, AF and B4. RGB value is (185,175,180). Sum of RGB (Red+Green+Blue) = 185+175+180=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFB4 is #46504B. Grayscale: #B2B2B2. Windows color (decimal): -4608076 or 11841465. OLE color: 11841465.

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

Color convert

RGB185175180-
CMYK00.050.030.27
HSL330º6.67%70.59%-
HSV(B)330º5.41%72.55%-
XYZ43.5844.2749.43-
YUV178.56128.81132.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=34.26%
G=32.41%
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.27
SystemRedGreenBlueCMYKHSL
Decimal18517518000.050.030.273306.6770.59
HexB9AFB40531B14a747
Octal271257264053335127107
Binary101110011010111110110100010111110111010010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFB4; }

 p { color: rgb(185,175,180); }

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

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

 a { background-color: rgb(185,175,180); }

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

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

 span { border-color: rgb(185,175,180); }

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