Html Css Color HEX #BD8CBF Lilac

📋 copy color: '#BD8CBF'

red 189 ◦ green 140 ◦ blue 191

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

Shades of Lilac #BD8CBF

Tints of Lilac #BD8CBF

RGB

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

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

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

R = 36.35%
G = 26.92%
B = 36.73%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8CBF (or 0xBD8CBF) is known color: Lilac. HEX triplet: BD, 8C and BF. RGB value is (189,140,191). Sum of RGB (Red+Green+Blue) = 189+140+191=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD8CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CBF is #427340. Grayscale: #A0A0A0. Windows color (decimal): -4354881 or 12553405. OLE color: 12553405.

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

Color convert

RGB 189 140 191 -
CMYK 0.01 0.27 0 0.25
HSL 297.65º 0.28% 0.65% -
HSV(B) 297.65º 0.27% 0.75% -
XYZ 39.77 33.34 53.63 -
YUV 160.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 189 140 191 0.01 0.27 0 0.25 297.65 0.28 0.65
Hex BD 8C BF 1 1B 0 19 12A 1C 41
Octal 275 214 277 1 33 0 31 452 34 101
Binary 10111101 10001100 10111111 1 11011 0 11001 100101010 11100 1000001

Color Harmonies of #BD8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CBF

Black with #BD8CBF

Text Example


Text Example

White with #BD8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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