#BF99AE

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

Shades of Lily #BF99AE

Tints of Lily #BF99AE

Color information

#BF99AE (or 0xBF99AE) is unknown color: approx Lily. HEX triplet: BF, 99 and AE. RGB value is (191,153,174). Sum of RGB (Red+Green+Blue) = 191+153+174=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AE is #406651. Grayscale: #A6A6A6. Windows color (decimal): -4220498 or 11442623. OLE color: 11442623.

HSL color Cylindrical-coordinate representation of color #BF99AE: hue angle of 326.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99AE is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191153174-
CMYK00.200.090.25
HSL326.84º22.89%67.45%-
HSV(B)326.84º19.9%74.9%-
XYZ40.5236.9145.03-
YUV166.76132.09145.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=36.87%
G=29.54%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115317400.200.090.25326.8422.8967.45
HexBF99AE0149191471743
Octal277231256024113150727103
Binary101111111001100110101110010100100111001101000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99AE; }

 p { color: rgb(191,153,174); }

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

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

 a { background-color: rgb(191,153,174); }

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

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

 span { border-color: rgb(191,153,174); }

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