Html Css Color HEX #AB98BE East Side

📋 copy color: '#AB98BE'

red 171 ◦ green 152 ◦ blue 190

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

Shades of East Side #AB98BE

Tints of East Side #AB98BE

RGB

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

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

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

R = 33.33%
G = 29.63%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB98BE (or 0xAB98BE) is known color: East Side. HEX triplet: AB, 98 and BE. RGB value is (171,152,190). Sum of RGB (Red+Green+Blue) = 171+152+190=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98BE is #546741. Grayscale: #A1A1A1. Windows color (decimal): -5531458 or 12490923. OLE color: 12490923.

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

Color convert

RGB 171 152 190 -
CMYK 0.10 0.2 0 0.25
HSL 270º 0.23% 0.67% -
HSV(B) 270º 0.2% 0.75% -
XYZ 37.32 34.83 53.47 -
YUV 162.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 171 152 190 0.10 0.2 0 0.25 270 0.23 0.67
Hex AB 98 BE A 14 0 19 10E 17 43
Octal 253 230 276 12 24 0 31 416 27 103
Binary 10101011 10011000 10111110 1010 10100 0 11001 100001110 10111 1000011

Color Harmonies of #AB98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98BE

Black with #AB98BE

Text Example


Text Example

White with #AB98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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