Html Css Color HEX #BDA2BC Lilac

📋 copy color: '#BDA2BC'

red 189 ◦ green 162 ◦ blue 188

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

Shades of Lilac #BDA2BC

Tints of Lilac #BDA2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.06%

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 35.06%
G = 30.06%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDA2BC (or 0xBDA2BC) is known color: Lilac. HEX triplet: BD, A2 and BC. RGB value is (189,162,188). Sum of RGB (Red+Green+Blue) = 189+162+188=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2BC is #425D43. Grayscale: #ACACAC. Windows color (decimal): -4349252 or 12362429. OLE color: 12362429.

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

Color convert

RGB 189 162 188 -
CMYK 0 0.14 0.01 0.26
HSL 302.22º 0.17% 0.69% -
HSV(B) 302.22º 0.14% 0.74% -
XYZ 42.98 40.29 53.09 -
YUV 173.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 189 162 188 0 0.14 0.01 0.26 302.22 0.17 0.69
Hex BD A2 BC 0 E 1 1A 12E 11 45
Octal 275 242 274 0 16 1 32 456 21 105
Binary 10111101 10100010 10111100 0 1110 1 11010 100101110 10001 1000101

Color Harmonies of #BDA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2BC

Black with #BDA2BC

Text Example


Text Example

White with #BDA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2BC; }

 p { color: rgb(189,162,188); }

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

background-color css

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

 a { background-color: rgb(189,162,188); }

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

border-color css

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

 span { border-color: rgb(189,162,188); }

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