Html Css Color HEX #AD99BF East Side

📋 copy color: '#AD99BF'

red 173 ◦ green 153 ◦ blue 191

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

Shades of East Side #AD99BF

Tints of East Side #AD99BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.94%

R = 33.46%
G = 29.59%
B = 36.94%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD99BF (or 0xAD99BF) is known color: East Side. HEX triplet: AD, 99 and BF. RGB value is (173,153,191). Sum of RGB (Red+Green+Blue) = 173+153+191=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BF is #526640. Grayscale: #A3A3A3. Windows color (decimal): -5400129 or 12556717. OLE color: 12556717.

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

Color convert

RGB 173 153 191 -
CMYK 0.09 0.20 0 0.25
HSL 271.58º 0.23% 0.67% -
HSV(B) 271.58º 0.2% 0.75% -
XYZ 38.03 35.43 54.12 -
YUV 163.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 173 153 191 0.09 0.20 0 0.25 271.58 0.23 0.67
Hex AD 99 BF 9 14 0 19 110 17 43
Octal 255 231 277 11 24 0 31 420 27 103
Binary 10101101 10011001 10111111 1001 10100 0 11001 100010000 10111 1000011

Color Harmonies of #AD99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99BF

Black with #AD99BF

Text Example


Text Example

White with #AD99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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