Html Css Color HEX #BD92C1 Lilac

📋 copy color: '#BD92C1'

red 189 ◦ green 146 ◦ blue 193

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

Shades of Lilac #BD92C1

Tints of Lilac #BD92C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 35.8%
G = 27.65%
B = 36.55%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD92C1 (or 0xBD92C1) is known color: Lilac. HEX triplet: BD, 92 and C1. RGB value is (189,146,193). Sum of RGB (Red+Green+Blue) = 189+146+193=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92C1 is #426D3E. Grayscale: #A4A4A4. Windows color (decimal): -4353343 or 12686013. OLE color: 12686013.

HSL color Cylindrical-coordinate representation of color #BD92C1: hue angle of 294.89º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD92C1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 146 193 -
CMYK 0.02 0.24 0 0.24
HSL 294.89º 0.27% 0.66% -
HSV(B) 294.89º 0.24% 0.76% -
XYZ 40.89 35.23 55.1 -
YUV 164.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 189 146 193 0.02 0.24 0 0.24 294.89 0.27 0.66
Hex BD 92 C1 2 18 0 18 127 1B 42
Octal 275 222 301 2 30 0 30 447 33 102
Binary 10111101 10010010 11000001 10 11000 0 11000 100100111 11011 1000010

Color Harmonies of #BD92C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92C1

Black with #BD92C1

Text Example


Text Example

White with #BD92C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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