Html Css Color HEX #AB98B8 East Side

📋 copy color: '#AB98B8'

red 171 ◦ green 152 ◦ blue 184

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

Shades of East Side #AB98B8

Tints of East Side #AB98B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 33.73%
G = 29.98%
B = 36.29%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB98B8 (or 0xAB98B8) is known color: East Side. HEX triplet: AB, 98 and B8. RGB value is (171,152,184). Sum of RGB (Red+Green+Blue) = 171+152+184=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB98B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98B8 is #546747. Grayscale: #A1A1A1. Windows color (decimal): -5531464 or 12097707. OLE color: 12097707.

HSL color Cylindrical-coordinate representation of color #AB98B8: hue angle of 275.62º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB98B8 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 152 184 -
CMYK 0.07 0.17 0 0.28
HSL 275.63º 0.18% 0.66% -
HSV(B) 275.63º 0.17% 0.72% -
XYZ 36.67 34.58 50.09 -
YUV 161.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 171 152 184 0.07 0.17 0 0.28 275.63 0.18 0.66
Hex AB 98 B8 7 11 0 1C 114 12 42
Octal 253 230 270 7 21 0 34 424 22 102
Binary 10101011 10011000 10111000 111 10001 0 11100 100010100 10010 1000010

Color Harmonies of #AB98B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98B8

Black with #AB98B8

Text Example


Text Example

White with #AB98B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98B8; }

 p { color: rgb(171,152,184); }

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

background-color css

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

 a { background-color: rgb(171,152,184); }

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

border-color css

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

 span { border-color: rgb(171,152,184); }

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