#BF90C4

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

Shades of Lilac #BF90C4

Tints of Lilac #BF90C4

Color information

#BF90C4 (or 0xBF90C4) is unknown color: approx Lilac. HEX triplet: BF, 90 and C4. RGB value is (191,144,196). Sum of RGB (Red+Green+Blue) = 191+144+196=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C4 is #406F3B. Grayscale: #A3A3A3. Windows color (decimal): -4222780 or 12882111. OLE color: 12882111.

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

Color convert

RGB191144196-
CMYK0.030.2700.23
HSL294.23º30.59%66.67%-
HSV(B)294.23º26.53%76.86%-
XYZ41.4235.0156.8-
YUV163.98146.07147.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=35.97%
G=27.12%
B=36.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911441960.030.2700.23294.2330.5966.67
HexBF90C431B0171261f43
Octal27722030433302744637103
Binary1011111110010000110001001111011010111100100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90C4; }

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

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

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

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

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

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

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

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