#BF99BE

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

Shades of Lilac #BF99BE

Tints of Lilac #BF99BE

Color information

#BF99BE (or 0xBF99BE) is unknown color: approx Lilac. HEX triplet: BF, 99 and BE. RGB value is (191,153,190). Sum of RGB (Red+Green+Blue) = 191+153+190=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BE is #406641. Grayscale: #A8A8A8. Windows color (decimal): -4220482 or 12491199. OLE color: 12491199.

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

Color convert

RGB191153190-
CMYK00.200.010.25
HSL301.58º22.89%67.45%-
HSV(B)301.58º19.9%74.9%-
XYZ42.1737.5853.75-
YUV168.58140.09143.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=35.77%
G=28.65%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115319000.200.010.25301.5822.8967.45
HexBF99BE01411912e1743
Octal27723127602413145627103
Binary101111111001100110111110010100111001100101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99BE; }

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

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

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

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

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

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

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

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