Html Css Color HEX #BD92C8 Lilac

📋 copy color: '#BD92C8'

red 189 ◦ green 146 ◦ blue 200

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

Shades of Lilac #BD92C8

Tints of Lilac #BD92C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 35.33%
G = 27.29%
B = 37.38%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD92C8 (or 0xBD92C8) is known color: Lilac. HEX triplet: BD, 92 and C8. RGB value is (189,146,200). Sum of RGB (Red+Green+Blue) = 189+146+200=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD92C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92C8 is #426D37. Grayscale: #A4A4A4. Windows color (decimal): -4353336 or 13144765. OLE color: 13144765.

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

Color convert

RGB 189 146 200 -
CMYK 0.06 0.27 0 0.22
HSL 287.78º 0.33% 0.68% -
HSV(B) 287.78º 0.27% 0.78% -
XYZ 41.69 35.55 59.31 -
YUV 165.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 189 146 200 0.06 0.27 0 0.22 287.78 0.33 0.68
Hex BD 92 C8 6 1B 0 16 120 21 44
Octal 275 222 310 6 33 0 26 440 41 104
Binary 10111101 10010010 11001000 110 11011 0 10110 100100000 100001 1000100

Color Harmonies of #BD92C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92C8

Black with #BD92C8

Text Example


Text Example

White with #BD92C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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