Html Css Color HEX #AD9CBD East Side

📋 copy color: '#AD9CBD'

red 173 ◦ green 156 ◦ blue 189

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

Shades of East Side #AD9CBD

Tints of East Side #AD9CBD

RGB

 RED value IS 173 (67.97% from 255) = 33.4%

 GREEN value IS 156 (61.33% from 255) = 30.12%

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 33.4%
G = 30.12%
B = 36.49%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD9CBD (or 0xAD9CBD) is known color: East Side. HEX triplet: AD, 9C and BD. RGB value is (173,156,189). Sum of RGB (Red+Green+Blue) = 173+156+189=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CBD is #526342. Grayscale: #A4A4A4. Windows color (decimal): -5399363 or 12426413. OLE color: 12426413.

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

Color convert

RGB 173 156 189 -
CMYK 0.08 0.17 0 0.26
HSL 270.91º 0.2% 0.68% -
HSV(B) 270.91º 0.17% 0.74% -
XYZ 38.31 36.34 53.14 -
YUV 164.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 173 156 189 0.08 0.17 0 0.26 270.91 0.2 0.68
Hex AD 9C BD 8 11 0 1A 10F 14 44
Octal 255 234 275 10 21 0 32 417 24 104
Binary 10101101 10011100 10111101 1000 10001 0 11010 100001111 10100 1000100

Color Harmonies of #AD9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CBD

Black with #AD9CBD

Text Example


Text Example

White with #AD9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CBD; }

 p { color: rgb(173,156,189); }

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

background-color css

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

 a { background-color: rgb(173,156,189); }

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

border-color css

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

 span { border-color: rgb(173,156,189); }

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