Html Css Color HEX #BD96BD Lilac

📋 copy color: '#BD96BD'

red 189 ◦ green 150 ◦ blue 189

#BD96BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BD96BD

Tints of Lilac #BD96BD

RGB

 RED value IS 189 (74.22% from 255) = 35.8%

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 35.8%
G = 28.41%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD96BD (or 0xBD96BD) is known color: Lilac. HEX triplet: BD, 96 and BD. RGB value is (189,150,189). Sum of RGB (Red+Green+Blue) = 189+150+189=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BD is #426942. Grayscale: #A5A5A5. Windows color (decimal): -4352323 or 12424893. OLE color: 12424893.

HSL color Cylindrical-coordinate representation of color #BD96BD: hue angle of 300º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD96BD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 189 -
CMYK 0 0.21 0 0.26
HSL 300º 0.23% 0.66% -
HSV(B) 300º 0.21% 0.74% -
XYZ 41.08 36.31 52.99 -
YUV 166.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 189 150 189 0 0.21 0 0.26 300 0.23 0.66
Hex BD 96 BD 0 15 0 1A 12C 17 42
Octal 275 226 275 0 25 0 32 454 27 102
Binary 10111101 10010110 10111101 0 10101 0 11010 100101100 10111 1000010

Color Harmonies of #BD96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96BD

Black with #BD96BD

Text Example


Text Example

White with #BD96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96BD; }

 p { color: rgb(189,150,189); }

 H1.HeaderClassName
 {
   color: #BD96BD;
 }
 .AnyTagClassName
 {
   color: #BD96BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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