Html Css Color HEX #AB99BF East Side

📋 copy color: '#AB99BF'

red 171 ◦ green 153 ◦ blue 191

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

Shades of East Side #AB99BF

Tints of East Side #AB99BF

RGB

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

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

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

R = 33.2%
G = 29.71%
B = 37.09%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB99BF (or 0xAB99BF) is known color: East Side. HEX triplet: AB, 99 and BF. RGB value is (171,153,191). Sum of RGB (Red+Green+Blue) = 171+153+191=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99BF is #546640. Grayscale: #A2A2A2. Windows color (decimal): -5531201 or 12556715. OLE color: 12556715.

HSL color Cylindrical-coordinate representation of color #AB99BF: hue angle of 268.42º 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 #AB99BF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 153 191 -
CMYK 0.10 0.20 0 0.25
HSL 268.42º 0.23% 0.67% -
HSV(B) 268.42º 0.2% 0.75% -
XYZ 37.59 35.2 54.1 -
YUV 162.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 171 153 191 0.10 0.20 0 0.25 268.42 0.23 0.67
Hex AB 99 BF A 14 0 19 10C 17 43
Octal 253 231 277 12 24 0 31 414 27 103
Binary 10101011 10011001 10111111 1010 10100 0 11001 100001100 10111 1000011

Color Harmonies of #AB99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99BF

Black with #AB99BF

Text Example


Text Example

White with #AB99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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