Html Css Color HEX #BD8CC3 Lilac

📋 copy color: '#BD8CC3'

red 189 ◦ green 140 ◦ blue 195

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

Shades of Lilac #BD8CC3

Tints of Lilac #BD8CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 36.07%
G = 26.72%
B = 37.21%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD8CC3 (or 0xBD8CC3) is known color: Lilac. HEX triplet: BD, 8C and C3. RGB value is (189,140,195). Sum of RGB (Red+Green+Blue) = 189+140+195=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD8CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CC3 is #42733C. Grayscale: #A0A0A0. Windows color (decimal): -4354877 or 12815549. OLE color: 12815549.

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

Color convert

RGB 189 140 195 -
CMYK 0.03 0.28 0 0.24
HSL 293.45º 0.31% 0.66% -
HSV(B) 293.45º 0.28% 0.76% -
XYZ 40.21 33.52 55.98 -
YUV 160.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 189 140 195 0.03 0.28 0 0.24 293.45 0.31 0.66
Hex BD 8C C3 3 1C 0 18 125 1F 42
Octal 275 214 303 3 34 0 30 445 37 102
Binary 10111101 10001100 11000011 11 11100 0 11000 100100101 11111 1000010

Color Harmonies of #BD8CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CC3

Black with #BD8CC3

Text Example


Text Example

White with #BD8CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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