Html Css Color HEX #ABB2A8 Spring Rain

📋 copy color: '#ABB2A8'

red 171 ◦ green 178 ◦ blue 168

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

Shades of Spring Rain #ABB2A8

Tints of Spring Rain #ABB2A8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 33.08%
G = 34.43%
B = 32.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#ABB2A8 (or 0xABB2A8) is known color: Spring Rain. HEX triplet: AB, B2 and A8. RGB value is (171,178,168). Sum of RGB (Red+Green+Blue) = 171+178+168=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB2A8 is #544D57. Grayscale: #AEAEAE. Windows color (decimal): -5524824 or 11055787. OLE color: 11055787.

HSL color Cylindrical-coordinate representation of color #ABB2A8: hue angle of 102º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABB2A8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 168 -
CMYK 0.04 0 0.06 0.30
HSL 102º 0.06% 0.68% -
HSV(B) 102º 0.06% 0.7% -
XYZ 39.78 43.33 43.31 -
YUV 174.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 171 178 168 0.04 0 0.06 0.30 102 0.06 0.68
Hex AB B2 A8 4 0 6 1E 66 6 44
Octal 253 262 250 4 0 6 36 146 6 104
Binary 10101011 10110010 10101000 100 0 110 11110 1100110 110 1000100

Color Harmonies of #ABB2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2A8

Black with #ABB2A8

Text Example


Text Example

White with #ABB2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2A8; }

 p { color: rgb(171,178,168); }

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

background-color css

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

 a { background-color: rgb(171,178,168); }

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

border-color css

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

 span { border-color: rgb(171,178,168); }

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