Html Css Color HEX #AD98BC East Side

📋 copy color: '#AD98BC'

red 173 ◦ green 152 ◦ blue 188

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

Shades of East Side #AD98BC

Tints of East Side #AD98BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.63%

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

R = 33.72%
G = 29.63%
B = 36.65%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD98BC (or 0xAD98BC) is known color: East Side. HEX triplet: AD, 98 and BC. RGB value is (173,152,188). Sum of RGB (Red+Green+Blue) = 173+152+188=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD98BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98BC is #526743. Grayscale: #A2A2A2. Windows color (decimal): -5400388 or 12359853. OLE color: 12359853.

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

Color convert

RGB 173 152 188 -
CMYK 0.08 0.19 0 0.26
HSL 275º 0.21% 0.67% -
HSV(B) 275º 0.19% 0.74% -
XYZ 37.54 34.97 52.35 -
YUV 162.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 173 152 188 0.08 0.19 0 0.26 275 0.21 0.67
Hex AD 98 BC 8 13 0 1A 113 15 43
Octal 255 230 274 10 23 0 32 423 25 103
Binary 10101101 10011000 10111100 1000 10011 0 11010 100010011 10101 1000011

Color Harmonies of #AD98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98BC

Black with #AD98BC

Text Example


Text Example

White with #AD98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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