Html Css Color HEX #BD9EBF Lilac

📋 copy color: '#BD9EBF'

red 189 ◦ green 158 ◦ blue 191

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

Shades of Lilac #BD9EBF

Tints of Lilac #BD9EBF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.37%

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

R = 35.13%
G = 29.37%
B = 35.5%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9EBF (or 0xBD9EBF) is known color: Lilac. HEX triplet: BD, 9E and BF. RGB value is (189,158,191). Sum of RGB (Red+Green+Blue) = 189+158+191=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD9EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EBF is #426140. Grayscale: #AAAAAA. Windows color (decimal): -4350273 or 12558013. OLE color: 12558013.

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

Color convert

RGB 189 158 191 -
CMYK 0.01 0.17 0 0.25
HSL 296.36º 0.2% 0.68% -
HSV(B) 296.36º 0.17% 0.75% -
XYZ 42.62 39.03 54.58 -
YUV 171.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 189 158 191 0.01 0.17 0 0.25 296.36 0.2 0.68
Hex BD 9E BF 1 11 0 19 128 14 44
Octal 275 236 277 1 21 0 31 450 24 104
Binary 10111101 10011110 10111111 1 10001 0 11001 100101000 10100 1000100

Color Harmonies of #BD9EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EBF

Black with #BD9EBF

Text Example


Text Example

White with #BD9EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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