Html Css Color HEX #BDA0BE Lilac

📋 copy color: '#BDA0BE'

red 189 ◦ green 160 ◦ blue 190

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

Shades of Lilac #BDA0BE

Tints of Lilac #BDA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

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

R = 35.06%
G = 29.68%
B = 35.25%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA0BE (or 0xBDA0BE) is known color: Lilac. HEX triplet: BD, A0 and BE. RGB value is (189,160,190). Sum of RGB (Red+Green+Blue) = 189+160+190=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0BE is #425F41. Grayscale: #ACACAC. Windows color (decimal): -4349762 or 12492989. OLE color: 12492989.

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

Color convert

RGB 189 160 190 -
CMYK 0.01 0.16 0 0.25
HSL 298º 0.19% 0.69% -
HSV(B) 298º 0.16% 0.75% -
XYZ 42.85 39.68 54.12 -
YUV 172.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 189 160 190 0.01 0.16 0 0.25 298 0.19 0.69
Hex BD A0 BE 1 10 0 19 12A 13 45
Octal 275 240 276 1 20 0 31 452 23 105
Binary 10111101 10100000 10111110 1 10000 0 11001 100101010 10011 1000101

Color Harmonies of #BDA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0BE

Black with #BDA0BE

Text Example


Text Example

White with #BDA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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