#BF98B8

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

Shades of Lily #BF98B8

Tints of Lily #BF98B8

Color information

#BF98B8 (or 0xBF98B8) is unknown color: approx Lily. HEX triplet: BF, 98 and B8. RGB value is (191,152,184). Sum of RGB (Red+Green+Blue) = 191+152+184=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98B8 is #406747. Grayscale: #A7A7A7. Windows color (decimal): -4220744 or 12097727. OLE color: 12097727.

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

Color convert

RGB191152184-
CMYK00.200.040.25
HSL310.77º23.35%67.25%-
HSV(B)310.77º20.42%74.9%-
XYZ41.3736.9950.31-
YUV167.31137.42144.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=36.24%
G=28.84%
B=34.91%

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
Decimal19115218400.200.040.25310.7723.3567.25
HexBF98B80144191371743
Octal27723027002443146727103
Binary10111111100110001011100001010010011001100110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98B8; }

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

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

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

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

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

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

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

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