#BF98A9

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

Shades of Lily #BF98A9

Tints of Lily #BF98A9

Color information

#BF98A9 (or 0xBF98A9) is unknown color: approx Lily. HEX triplet: BF, 98 and A9. RGB value is (191,152,169). Sum of RGB (Red+Green+Blue) = 191+152+169=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98A9 is #406756. Grayscale: #A5A5A5. Windows color (decimal): -4220759 or 11114687. OLE color: 11114687.

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

Color convert

RGB191152169-
CMYK00.200.120.25
HSL333.85º23.35%67.25%-
HSV(B)333.85º20.42%74.9%-
XYZ39.8836.442.46-
YUV165.6129.92146.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=37.30%
G=29.69%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115216900.200.120.25333.8523.3567.25
HexBF98A9014C1914e1743
Octal277230251024143151627103
Binary101111111001100010101001010100110011001101001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98A9; }

 p { color: rgb(191,152,169); }

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

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

 a { background-color: rgb(191,152,169); }

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

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

 span { border-color: rgb(191,152,169); }

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