#B4AFB1

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

Shades of Lily #B4AFB1

Tints of Lily #B4AFB1

Color information

#B4AFB1 (or 0xB4AFB1) is unknown color: approx Lily. HEX triplet: B4, AF and B1. RGB value is (180,175,177). Sum of RGB (Red+Green+Blue) = 180+175+177=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFB1 is #4B504E. Grayscale: #B0B0B0. Windows color (decimal): -4935759 or 11644852. OLE color: 11644852.

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

Color convert

RGB180175177-
CMYK00.030.020.29
HSL336º3.23%69.61%-
HSV(B)336º2.78%70.59%-
XYZ42.0943.5447.78-
YUV176.72128.16130.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=33.83%
G=32.89%
B=33.27%

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
Decimal18017517700.030.020.293363.2369.61
HexB4AFB10321D150346
Octal264257261032355203106
Binary1011010010101111101100010111011101101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFB1; }

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

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

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

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

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

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

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

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