Html Css Color HEX #BD8EBF Lilac

📋 copy color: '#BD8EBF'

red 189 ◦ green 142 ◦ blue 191

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

Shades of Lilac #BD8EBF

Tints of Lilac #BD8EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.59%

R = 36.21%
G = 27.2%
B = 36.59%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8EBF (or 0xBD8EBF) is known color: Lilac. HEX triplet: BD, 8E and BF. RGB value is (189,142,191). Sum of RGB (Red+Green+Blue) = 189+142+191=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EBF is #427140. Grayscale: #A1A1A1. Windows color (decimal): -4354369 or 12553917. OLE color: 12553917.

HSL color Cylindrical-coordinate representation of color #BD8EBF: hue angle of 297.55º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8EBF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 142 191 -
CMYK 0.01 0.26 0 0.25
HSL 297.55º 0.28% 0.65% -
HSV(B) 297.55º 0.26% 0.75% -
XYZ 40.06 33.93 53.73 -
YUV 161.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 189 142 191 0.01 0.26 0 0.25 297.55 0.28 0.65
Hex BD 8E BF 1 1A 0 19 12A 1C 41
Octal 275 216 277 1 32 0 31 452 34 101
Binary 10111101 10001110 10111111 1 11010 0 11001 100101010 11100 1000001

Color Harmonies of #BD8EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EBF

Black with #BD8EBF

Text Example


Text Example

White with #BD8EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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