Html Css Color HEX #AD9EBC East Side

📋 copy color: '#AD9EBC'

red 173 ◦ green 158 ◦ blue 188

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

Shades of East Side #AD9EBC

Tints of East Side #AD9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

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

R = 33.33%
G = 30.44%
B = 36.22%

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

#AD9EBC (or 0xAD9EBC) is known color: East Side. HEX triplet: AD, 9E and BC. RGB value is (173,158,188). Sum of RGB (Red+Green+Blue) = 173+158+188=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EBC is #526143. Grayscale: #A5A5A5. Windows color (decimal): -5398852 or 12361389. OLE color: 12361389.

HSL color Cylindrical-coordinate representation of color #AD9EBC: hue angle of 270º degrees, saturation: 0.18, 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 #AD9EBC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 158 188 -
CMYK 0.08 0.16 0 0.26
HSL 270º 0.18% 0.68% -
HSV(B) 270º 0.16% 0.74% -
XYZ 38.54 36.97 52.68 -
YUV 165.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 173 158 188 0.08 0.16 0 0.26 270 0.18 0.68
Hex AD 9E BC 8 10 0 1A 10E 12 44
Octal 255 236 274 10 20 0 32 416 22 104
Binary 10101101 10011110 10111100 1000 10000 0 11010 100001110 10010 1000100

Color Harmonies of #AD9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EBC

Black with #AD9EBC

Text Example


Text Example

White with #AD9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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