Html Css Color HEX #AB99BA East Side

📋 copy color: '#AB99BA'

red 171 ◦ green 153 ◦ blue 186

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

Shades of East Side #AB99BA

Tints of East Side #AB99BA

RGB

 RED value IS 171 (67.19% from 255) = 33.53%

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 33.53%
G = 30%
B = 36.47%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB99BA (or 0xAB99BA) is known color: East Side. HEX triplet: AB, 99 and BA. RGB value is (171,153,186). Sum of RGB (Red+Green+Blue) = 171+153+186=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99BA is #546645. Grayscale: #A2A2A2. Windows color (decimal): -5531206 or 12229035. OLE color: 12229035.

HSL color Cylindrical-coordinate representation of color #AB99BA: hue angle of 272.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB99BA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 153 186 -
CMYK 0.08 0.18 0 0.27
HSL 272.73º 0.19% 0.66% -
HSV(B) 272.73º 0.18% 0.73% -
XYZ 37.05 34.99 51.25 -
YUV 162.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 171 153 186 0.08 0.18 0 0.27 272.73 0.19 0.66
Hex AB 99 BA 8 12 0 1B 111 13 42
Octal 253 231 272 10 22 0 33 421 23 102
Binary 10101011 10011001 10111010 1000 10010 0 11011 100010001 10011 1000010

Color Harmonies of #AB99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99BA

Black with #AB99BA

Text Example


Text Example

White with #AB99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99BA; }

 p { color: rgb(171,153,186); }

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

background-color css

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

 a { background-color: rgb(171,153,186); }

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

border-color css

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

 span { border-color: rgb(171,153,186); }

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