#BF99B0

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

Shades of Lily #BF99B0

Tints of Lily #BF99B0

Color information

#BF99B0 (or 0xBF99B0) is unknown color: approx Lily. HEX triplet: BF, 99 and B0. RGB value is (191,153,176). Sum of RGB (Red+Green+Blue) = 191+153+176=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99B0 is #40664F. Grayscale: #A6A6A6. Windows color (decimal): -4220496 or 11573695. OLE color: 11573695.

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

Color convert

RGB191153176-
CMYK00.200.080.25
HSL323.68º22.89%67.45%-
HSV(B)323.68º19.9%74.9%-
XYZ40.7136.9946.07-
YUV166.98133.09145.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=36.73%
G=29.42%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115317600.200.080.25323.6822.8967.45
HexBF99B00148191441743
Octal277231260024103150427103
Binary101111111001100110110000010100100011001101000100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99B0; }

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

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

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

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

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

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

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

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