#BD90C8

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

Shades of Lilac #BD90C8

Tints of Lilac #BD90C8

Color information

#BD90C8 (or 0xBD90C8) is unknown color: approx Lilac. HEX triplet: BD, 90 and C8. RGB value is (189,144,200). Sum of RGB (Red+Green+Blue) = 189+144+200=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD90C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90C8 is #426F37. Grayscale: #A3A3A3. Windows color (decimal): -4353848 or 13144253. OLE color: 13144253.

HSL color Cylindrical-coordinate representation of color #BD90C8: hue angle of 288.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD90C8 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189144200-
CMYK0.060.2800.22
HSL288.21º33.73%67.45%-
HSV(B)288.21º28%78.43%-
XYZ41.3834.9459.21-
YUV163.84148.41145.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=35.46%
G=27.02%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891442000.060.2800.22288.2133.7367.45
HexBD90C861C0161202243
Octal27522031063402644042103
Binary101111011001000011001000110111000101101001000001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90C8; }

 p { color: rgb(189,144,200); }

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

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

 a { background-color: rgb(189,144,200); }

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

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

 span { border-color: rgb(189,144,200); }

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