#BD99C4

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

Shades of Lilac #BD99C4

Tints of Lilac #BD99C4

Color information

#BD99C4 (or 0xBD99C4) is unknown color: approx Lilac. HEX triplet: BD, 99 and C4. RGB value is (189,153,196). Sum of RGB (Red+Green+Blue) = 189+153+196=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C4 is #42663B. Grayscale: #A8A8A8. Windows color (decimal): -4351548 or 12884413. OLE color: 12884413.

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

Color convert

RGB189153196-
CMYK0.040.2200.23
HSL290.23º26.71%68.43%-
HSV(B)290.23º21.94%76.86%-
XYZ42.3437.5957.25-
YUV168.67143.43142.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=35.13%
G=28.44%
B=36.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891531960.040.2200.23290.2326.7168.43
HexBD99C44160171221b44
Octal27523130442602744233104
Binary10111101100110011100010010010110010111100100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD99C4; }

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

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

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

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

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

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

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

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