Html Css Color HEX #BD8EC2 Lilac

📋 copy color: '#BD8EC2'

red 189 ◦ green 142 ◦ blue 194

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

Shades of Lilac #BD8EC2

Tints of Lilac #BD8EC2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.05%

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 36%
G = 27.05%
B = 36.95%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD8EC2 (or 0xBD8EC2) is known color: Lilac. HEX triplet: BD, 8E and C2. RGB value is (189,142,194). Sum of RGB (Red+Green+Blue) = 189+142+194=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD8EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EC2 is #42713D. Grayscale: #A1A1A1. Windows color (decimal): -4354366 or 12750525. OLE color: 12750525.

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

Color convert

RGB 189 142 194 -
CMYK 0.03 0.27 0 0.24
HSL 294.23º 0.3% 0.66% -
HSV(B) 294.23º 0.27% 0.76% -
XYZ 40.4 34.06 55.48 -
YUV 161.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 189 142 194 0.03 0.27 0 0.24 294.23 0.3 0.66
Hex BD 8E C2 3 1B 0 18 126 1E 42
Octal 275 216 302 3 33 0 30 446 36 102
Binary 10111101 10001110 11000010 11 11011 0 11000 100100110 11110 1000010

Color Harmonies of #BD8EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EC2

Black with #BD8EC2

Text Example


Text Example

White with #BD8EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EC2; }

 p { color: rgb(189,142,194); }

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

background-color css

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

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

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

border-color css

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

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

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