#BD90C6

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

Shades of Lilac #BD90C6

Tints of Lilac #BD90C6

Color information

#BD90C6 (or 0xBD90C6) is unknown color: approx Lilac. HEX triplet: BD, 90 and C6. RGB value is (189,144,198). Sum of RGB (Red+Green+Blue) = 189+144+198=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD90C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90C6 is #426F39. Grayscale: #A3A3A3. Windows color (decimal): -4353850 or 13013181. OLE color: 13013181.

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

Color convert

RGB189144198-
CMYK0.050.2700.22
HSL290º32.14%67.06%-
HSV(B)290º27.27%77.65%-
XYZ41.1534.8457.98-
YUV163.61147.41146.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=35.59%
G=27.12%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891441980.050.2700.2229032.1467.06
HexBD90C651B0161222043
Octal27522030653302644240103
Binary101111011001000011000110101110110101101001000101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90C6; }

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

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

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

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

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

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

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

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