#BF99B7

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

Shades of Lily #BF99B7

Tints of Lily #BF99B7

Color information

#BF99B7 (or 0xBF99B7) is unknown color: approx Lily. HEX triplet: BF, 99 and B7. RGB value is (191,153,183). Sum of RGB (Red+Green+Blue) = 191+153+183=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99B7 is #406648. Grayscale: #A7A7A7. Windows color (decimal): -4220489 or 12032447. OLE color: 12032447.

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

Color convert

RGB191153183-
CMYK00.200.040.25
HSL312.63º22.89%67.45%-
HSV(B)312.63º19.9%74.9%-
XYZ41.4237.2849.81-
YUV167.78136.59144.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=36.24%
G=29.03%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115318300.200.040.25312.6322.8967.45
HexBF99B70144191391743
Octal27723126702443147127103
Binary10111111100110011011011101010010011001100111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99B7; }

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

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

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

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

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

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

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

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