#BF90CA

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

Shades of Lilac #BF90CA

Tints of Lilac #BF90CA

Color information

#BF90CA (or 0xBF90CA) is unknown color: approx Lilac. HEX triplet: BF, 90 and CA. RGB value is (191,144,202). Sum of RGB (Red+Green+Blue) = 191+144+202=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90CA is #406F35. Grayscale: #A4A4A4. Windows color (decimal): -4222774 or 13275327. OLE color: 13275327.

HSL color Cylindrical-coordinate representation of color #BF90CA: hue angle of 288.62º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF90CA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191144202-
CMYK0.050.2900.21
HSL288.62º35.37%67.84%-
HSV(B)288.62º28.71%79.22%-
XYZ42.1235.2960.47-
YUV164.66149.07146.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=35.57%
G=26.82%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911442020.050.2900.21288.6235.3767.84
HexBF90CA51D0151212344
Octal27722031253502544143104
Binary101111111001000011001010101111010101011001000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90CA; }

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

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

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

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

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

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

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

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