Html Css Color HEX #BD8FBE Lilac

📋 copy color: '#BD8FBE'

red 189 ◦ green 143 ◦ blue 190

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

Shades of Lilac #BD8FBE

Tints of Lilac #BD8FBE

RGB

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

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

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

R = 36.21%
G = 27.39%
B = 36.4%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD8FBE (or 0xBD8FBE) is known color: Lilac. HEX triplet: BD, 8F and BE. RGB value is (189,143,190). Sum of RGB (Red+Green+Blue) = 189+143+190=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBE is #427041. Grayscale: #A1A1A1. Windows color (decimal): -4354114 or 12488637. OLE color: 12488637.

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

Color convert

RGB 189 143 190 -
CMYK 0.01 0.25 0 0.25
HSL 298.72º 0.27% 0.65% -
HSV(B) 298.72º 0.25% 0.75% -
XYZ 40.1 34.18 53.2 -
YUV 162.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 189 143 190 0.01 0.25 0 0.25 298.72 0.27 0.65
Hex BD 8F BE 1 19 0 19 12B 1B 41
Octal 275 217 276 1 31 0 31 453 33 101
Binary 10111101 10001111 10111110 1 11001 0 11001 100101011 11011 1000001

Color Harmonies of #BD8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FBE

Black with #BD8FBE

Text Example


Text Example

White with #BD8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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