Html Css Color HEX #AD99BE East Side

📋 copy color: '#AD99BE'

red 173 ◦ green 153 ◦ blue 190

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

Shades of East Side #AD99BE

Tints of East Side #AD99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.65%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 33.53%
G = 29.65%
B = 36.82%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD99BE (or 0xAD99BE) is known color: East Side. HEX triplet: AD, 99 and BE. RGB value is (173,153,190). Sum of RGB (Red+Green+Blue) = 173+153+190=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BE is #526641. Grayscale: #A3A3A3. Windows color (decimal): -5400130 or 12491181. OLE color: 12491181.

HSL color Cylindrical-coordinate representation of color #AD99BE: hue angle of 272.43º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD99BE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 153 190 -
CMYK 0.09 0.19 0 0.25
HSL 272.43º 0.22% 0.67% -
HSV(B) 272.43º 0.19% 0.75% -
XYZ 37.92 35.38 53.55 -
YUV 163.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 173 153 190 0.09 0.19 0 0.25 272.43 0.22 0.67
Hex AD 99 BE 9 13 0 19 110 16 43
Octal 255 231 276 11 23 0 31 420 26 103
Binary 10101101 10011001 10111110 1001 10011 0 11001 100010000 10110 1000011

Color Harmonies of #AD99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99BE

Black with #AD99BE

Text Example


Text Example

White with #AD99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99BE; }

 p { color: rgb(173,153,190); }

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

background-color css

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

 a { background-color: rgb(173,153,190); }

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

border-color css

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

 span { border-color: rgb(173,153,190); }

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