#BF99C5

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

Shades of Lilac #BF99C5

Tints of Lilac #BF99C5

Color information

#BF99C5 (or 0xBF99C5) is unknown color: approx Lilac. HEX triplet: BF, 99 and C5. RGB value is (191,153,197). Sum of RGB (Red+Green+Blue) = 191+153+197=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99C5 is #40663A. Grayscale: #A9A9A9. Windows color (decimal): -4220475 or 12949951. OLE color: 12949951.

HSL color Cylindrical-coordinate representation of color #BF99C5: hue angle of 291.82º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF99C5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191153197-
CMYK0.030.2200.23
HSL291.82º27.5%68.63%-
HSV(B)291.82º22.34%77.25%-
XYZ42.9637.8957.87-
YUV169.38143.59143.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=35.30%
G=28.28%
B=36.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911531970.030.2200.23291.8227.568.63
HexBF99C53160171241b45
Octal27723130532602744433105
Binary1011111110011001110001011110110010111100100100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99C5; }

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

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

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

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

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

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

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

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