#BD99C6

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

Shades of Lilac #BD99C6

Tints of Lilac #BD99C6

Color information

#BD99C6 (or 0xBD99C6) is unknown color: approx Lilac. HEX triplet: BD, 99 and C6. RGB value is (189,153,198). Sum of RGB (Red+Green+Blue) = 189+153+198=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C6 is #426639. Grayscale: #A8A8A8. Windows color (decimal): -4351546 or 13015485. OLE color: 13015485.

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

Color convert

RGB189153198-
CMYK0.050.2300.22
HSL288º28.3%68.82%-
HSV(B)288º22.73%77.65%-
XYZ42.5737.6858.46-
YUV168.89144.43142.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=35%
G=28.33%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891531980.050.2300.2228828.368.82
HexBD99C65170161201c45
Octal27523130652702644034105
Binary10111101100110011100011010110111010110100100000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99C6; }

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

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

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

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

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

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

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

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