Html Css Color HEX #BD9DBE Lilac

📋 copy color: '#BD9DBE'

red 189 ◦ green 157 ◦ blue 190

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

Shades of Lilac #BD9DBE

Tints of Lilac #BD9DBE

RGB

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

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

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

R = 35.26%
G = 29.29%
B = 35.45%

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

#BD9DBE (or 0xBD9DBE) is known color: Lilac. HEX triplet: BD, 9D and BE. RGB value is (189,157,190). Sum of RGB (Red+Green+Blue) = 189+157+190=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBE is #426241. Grayscale: #AAAAAA. Windows color (decimal): -4350530 or 12492221. OLE color: 12492221.

HSL color Cylindrical-coordinate representation of color #BD9DBE: hue angle of 298.18º 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 #BD9DBE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 157 190 -
CMYK 0.01 0.17 0 0.25
HSL 298.18º 0.2% 0.68% -
HSV(B) 298.18º 0.17% 0.75% -
XYZ 42.34 38.65 53.94 -
YUV 170.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 189 157 190 0.01 0.17 0 0.25 298.18 0.2 0.68
Hex BD 9D BE 1 11 0 19 12A 14 44
Octal 275 235 276 1 21 0 31 452 24 104
Binary 10111101 10011101 10111110 1 10001 0 11001 100101010 10100 1000100

Color Harmonies of #BD9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DBE

Black with #BD9DBE

Text Example


Text Example

White with #BD9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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