Html Css Color HEX #BD8FC0 Lilac

📋 copy color: '#BD8FC0'

red 189 ◦ green 143 ◦ blue 192

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

Shades of Lilac #BD8FC0

Tints of Lilac #BD8FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.29%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 36.07%
G = 27.29%
B = 36.64%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8FC0 (or 0xBD8FC0) is known color: Lilac. HEX triplet: BD, 8F and C0. RGB value is (189,143,192). Sum of RGB (Red+Green+Blue) = 189+143+192=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD8FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FC0 is #42703F. Grayscale: #A2A2A2. Windows color (decimal): -4354112 or 12619709. OLE color: 12619709.

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

Color convert

RGB 189 143 192 -
CMYK 0.02 0.26 0 0.25
HSL 296.33º 0.28% 0.66% -
HSV(B) 296.33º 0.26% 0.75% -
XYZ 40.32 34.27 54.36 -
YUV 162.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 189 143 192 0.02 0.26 0 0.25 296.33 0.28 0.66
Hex BD 8F C0 2 1A 0 19 128 1C 42
Octal 275 217 300 2 32 0 31 450 34 102
Binary 10111101 10001111 11000000 10 11010 0 11001 100101000 11100 1000010

Color Harmonies of #BD8FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FC0

Black with #BD8FC0

Text Example


Text Example

White with #BD8FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FC0; }

 p { color: rgb(189,143,192); }

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

background-color css

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

 a { background-color: rgb(189,143,192); }

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

border-color css

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

 span { border-color: rgb(189,143,192); }

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