Html Css Color HEX #BDA7BA Lilac

📋 copy color: '#BDA7BA'

red 189 ◦ green 167 ◦ blue 186

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

Shades of Lilac #BDA7BA

Tints of Lilac #BDA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.81%

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 34.87%
G = 30.81%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDA7BA (or 0xBDA7BA) is known color: Lilac. HEX triplet: BD, A7 and BA. RGB value is (189,167,186). Sum of RGB (Red+Green+Blue) = 189+167+186=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7BA is #425845. Grayscale: #AFAFAF. Windows color (decimal): -4347974 or 12232637. OLE color: 12232637.

HSL color Cylindrical-coordinate representation of color #BDA7BA: hue angle of 308.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA7BA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 186 -
CMYK 0 0.12 0.02 0.26
HSL 308.18º 0.14% 0.7% -
HSV(B) 308.18º 0.12% 0.74% -
XYZ 43.67 42 52.26 -
YUV 175.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 189 167 186 0 0.12 0.02 0.26 308.18 0.14 0.7
Hex BD A7 BA 0 C 2 1A 134 E 46
Octal 275 247 272 0 14 2 32 464 16 106
Binary 10111101 10100111 10111010 0 1100 10 11010 100110100 1110 1000110

Color Harmonies of #BDA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7BA

Black with #BDA7BA

Text Example


Text Example

White with #BDA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7BA; }

 p { color: rgb(189,167,186); }

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

background-color css

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

 a { background-color: rgb(189,167,186); }

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

border-color css

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

 span { border-color: rgb(189,167,186); }

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