Html Css Color HEX #AD96BC East Side

📋 copy color: '#AD96BC'

red 173 ◦ green 150 ◦ blue 188

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

Shades of East Side #AD96BC

Tints of East Side #AD96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

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

R = 33.86%
G = 29.35%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD96BC (or 0xAD96BC) is known color: East Side. HEX triplet: AD, 96 and BC. RGB value is (173,150,188). Sum of RGB (Red+Green+Blue) = 173+150+188=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96BC is #526943. Grayscale: #A1A1A1. Windows color (decimal): -5400900 or 12359341. OLE color: 12359341.

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

Color convert

RGB 173 150 188 -
CMYK 0.08 0.20 0 0.26
HSL 276.32º 0.22% 0.66% -
HSV(B) 276.32º 0.2% 0.74% -
XYZ 37.22 34.33 52.24 -
YUV 161.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 173 150 188 0.08 0.20 0 0.26 276.32 0.22 0.66
Hex AD 96 BC 8 14 0 1A 114 16 42
Octal 255 226 274 10 24 0 32 424 26 102
Binary 10101101 10010110 10111100 1000 10100 0 11010 100010100 10110 1000010

Color Harmonies of #AD96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96BC

Black with #AD96BC

Text Example


Text Example

White with #AD96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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