#BF99BA

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

Shades of Lilac #BF99BA

Tints of Lilac #BF99BA

Color information

#BF99BA (or 0xBF99BA) is unknown color: approx Lilac. HEX triplet: BF, 99 and BA. RGB value is (191,153,186). Sum of RGB (Red+Green+Blue) = 191+153+186=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BA is #406645. Grayscale: #A8A8A8. Windows color (decimal): -4220486 or 12229055. OLE color: 12229055.

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

Color convert

RGB191153186-
CMYK00.200.030.25
HSL307.89º22.89%67.45%-
HSV(B)307.89º19.9%74.9%-
XYZ41.7437.451.47-
YUV168.12138.09144.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=36.04%
G=28.87%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115318600.200.030.25307.8922.8967.45
HexBF99BA0143191341743
Octal27723127202433146427103
Binary1011111110011001101110100101001111001100110100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99BA; }

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

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

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

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

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

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

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

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