#BF90BC

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

Shades of Lilac #BF90BC

Tints of Lilac #BF90BC

Color information

#BF90BC (or 0xBF90BC) is unknown color: approx Lilac. HEX triplet: BF, 90 and BC. RGB value is (191,144,188). Sum of RGB (Red+Green+Blue) = 191+144+188=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90BC is #406F43. Grayscale: #A2A2A2. Windows color (decimal): -4222788 or 12357823. OLE color: 12357823.

HSL color Cylindrical-coordinate representation of color #BF90BC: hue angle of 303.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90BC is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191144188-
CMYK00.250.020.25
HSL303.83º26.86%65.69%-
HSV(B)303.83º24.61%74.9%-
XYZ40.5434.6552.13-
YUV163.07142.07147.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=36.52%
G=27.53%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114418800.250.020.25303.8326.8665.69
HexBF90BC0192191301b42
Octal27722027403123146033102
Binary1011111110010000101111000110011011001100110000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90BC; }

 p { color: rgb(191,144,188); }

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

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

 a { background-color: rgb(191,144,188); }

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

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

 span { border-color: rgb(191,144,188); }

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