Html Css Color HEX #BD8CBE Lilac

📋 copy color: '#BD8CBE'

red 189 ◦ green 140 ◦ blue 190

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

Shades of Lilac #BD8CBE

Tints of Lilac #BD8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 36.42%
G = 26.97%
B = 36.61%

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

#BD8CBE (or 0xBD8CBE) is known color: Lilac. HEX triplet: BD, 8C and BE. RGB value is (189,140,190). Sum of RGB (Red+Green+Blue) = 189+140+190=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CBE is #427341. Grayscale: #A0A0A0. Windows color (decimal): -4354882 or 12487869. OLE color: 12487869.

HSL color Cylindrical-coordinate representation of color #BD8CBE: hue angle of 298.8º 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 #BD8CBE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 140 190 -
CMYK 0.01 0.26 0 0.25
HSL 298.8º 0.28% 0.65% -
HSV(B) 298.8º 0.26% 0.75% -
XYZ 39.66 33.29 53.05 -
YUV 160.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 189 140 190 0.01 0.26 0 0.25 298.8 0.28 0.65
Hex BD 8C BE 1 1A 0 19 12B 1C 41
Octal 275 214 276 1 32 0 31 453 34 101
Binary 10111101 10001100 10111110 1 11010 0 11001 100101011 11100 1000001

Color Harmonies of #BD8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CBE

Black with #BD8CBE

Text Example


Text Example

White with #BD8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CBE; }

 p { color: rgb(189,140,190); }

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

background-color css

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

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

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

border-color css

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

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

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