Html Css Color HEX #AD9DBC East Side

📋 copy color: '#AD9DBC'

red 173 ◦ green 157 ◦ blue 188

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

Shades of East Side #AD9DBC

Tints of East Side #AD9DBC

RGB

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

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

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

R = 33.4%
G = 30.31%
B = 36.29%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD9DBC (or 0xAD9DBC) is known color: East Side. HEX triplet: AD, 9D and BC. RGB value is (173,157,188). Sum of RGB (Red+Green+Blue) = 173+157+188=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DBC is #526243. Grayscale: #A5A5A5. Windows color (decimal): -5399108 or 12361133. OLE color: 12361133.

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

Color convert

RGB 173 157 188 -
CMYK 0.08 0.16 0 0.26
HSL 270.97º 0.19% 0.68% -
HSV(B) 270.97º 0.16% 0.74% -
XYZ 38.37 36.63 52.62 -
YUV 165.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 173 157 188 0.08 0.16 0 0.26 270.97 0.19 0.68
Hex AD 9D BC 8 10 0 1A 10F 13 44
Octal 255 235 274 10 20 0 32 417 23 104
Binary 10101101 10011101 10111100 1000 10000 0 11010 100001111 10011 1000100

Color Harmonies of #AD9DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DBC

Black with #AD9DBC

Text Example


Text Example

White with #AD9DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DBC; }

 p { color: rgb(173,157,188); }

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

background-color css

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

 a { background-color: rgb(173,157,188); }

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

border-color css

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

 span { border-color: rgb(173,157,188); }

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