Html Css Color HEX #BD92BD Lilac

📋 copy color: '#BD92BD'

red 189 ◦ green 146 ◦ blue 189

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

Shades of Lilac #BD92BD

Tints of Lilac #BD92BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.86%

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

R = 36.07%
G = 27.86%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD92BD (or 0xBD92BD) is known color: Lilac. HEX triplet: BD, 92 and BD. RGB value is (189,146,189). Sum of RGB (Red+Green+Blue) = 189+146+189=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BD is #426D42. Grayscale: #A3A3A3. Windows color (decimal): -4353347 or 12423869. OLE color: 12423869.

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

Color convert

RGB 189 146 189 -
CMYK 0 0.23 0 0.26
HSL 300º 0.25% 0.66% -
HSV(B) 300º 0.23% 0.74% -
XYZ 40.45 35.05 52.78 -
YUV 163.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 189 146 189 0 0.23 0 0.26 300 0.25 0.66
Hex BD 92 BD 0 17 0 1A 12C 19 42
Octal 275 222 275 0 27 0 32 454 31 102
Binary 10111101 10010010 10111101 0 10111 0 11010 100101100 11001 1000010

Color Harmonies of #BD92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92BD

Black with #BD92BD

Text Example


Text Example

White with #BD92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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