Html Css Color HEX #BD9DBF Lilac

📋 copy color: '#BD9DBF'

red 189 ◦ green 157 ◦ blue 191

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

Shades of Lilac #BD9DBF

Tints of Lilac #BD9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.24%

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

R = 35.2%
G = 29.24%
B = 35.57%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9DBF (or 0xBD9DBF) is known color: Lilac. HEX triplet: BD, 9D and BF. RGB value is (189,157,191). Sum of RGB (Red+Green+Blue) = 189+157+191=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBF is #426240. Grayscale: #AAAAAA. Windows color (decimal): -4350529 or 12557757. OLE color: 12557757.

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

Color convert

RGB 189 157 191 -
CMYK 0.01 0.18 0 0.25
HSL 296.47º 0.21% 0.68% -
HSV(B) 296.47º 0.18% 0.75% -
XYZ 42.45 38.69 54.52 -
YUV 170.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 189 157 191 0.01 0.18 0 0.25 296.47 0.21 0.68
Hex BD 9D BF 1 12 0 19 128 15 44
Octal 275 235 277 1 22 0 31 450 25 104
Binary 10111101 10011101 10111111 1 10010 0 11001 100101000 10101 1000100

Color Harmonies of #BD9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DBF

Black with #BD9DBF

Text Example


Text Example

White with #BD9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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