#BF98B6

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

Shades of Lily #BF98B6

Tints of Lily #BF98B6

Color information

#BF98B6 (or 0xBF98B6) is unknown color: approx Lily. HEX triplet: BF, 98 and B6. RGB value is (191,152,182). Sum of RGB (Red+Green+Blue) = 191+152+182=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98B6 is #406749. Grayscale: #A7A7A7. Windows color (decimal): -4220746 or 11966655. OLE color: 11966655.

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

Color convert

RGB191152182-
CMYK00.200.050.25
HSL313.85º23.35%67.25%-
HSV(B)313.85º20.42%74.9%-
XYZ41.1636.9149.21-
YUV167.08136.42145.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=36.38%
G=28.95%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115218200.200.050.25313.8523.3567.25
HexBF98B601451913a1743
Octal27723026602453147227103
Binary10111111100110001011011001010010111001100111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98B6; }

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

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

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

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

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

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

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

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