#BF99AB

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

Shades of Lily #BF99AB

Tints of Lily #BF99AB

Color information

#BF99AB (or 0xBF99AB) is unknown color: approx Lily. HEX triplet: BF, 99 and AB. RGB value is (191,153,171). Sum of RGB (Red+Green+Blue) = 191+153+171=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AB is #406654. Grayscale: #A6A6A6. Windows color (decimal): -4220501 or 11246015. OLE color: 11246015.

HSL color Cylindrical-coordinate representation of color #BF99AB: hue angle of 331.58º 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 #BF99AB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191153171-
CMYK00.200.100.25
HSL331.58º22.89%67.45%-
HSV(B)331.58º19.9%74.9%-
XYZ40.2336.843.51-
YUV166.41130.59145.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=37.09%
G=29.71%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115317100.200.100.25331.5822.8967.45
HexBF99AB014A1914c1743
Octal277231253024123151427103
Binary101111111001100110101011010100101011001101001100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99AB; }

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

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

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

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

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

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

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

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