Html Css Color HEX #ABBDA2 Spring Rain

📋 copy color: '#ABBDA2'

red 171 ◦ green 189 ◦ blue 162

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

Shades of Spring Rain #ABBDA2

Tints of Spring Rain #ABBDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 32.76%
G = 36.21%
B = 31.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#ABBDA2 (or 0xABBDA2) is known color: Spring Rain. HEX triplet: AB, BD and A2. RGB value is (171,189,162). Sum of RGB (Red+Green+Blue) = 171+189+162=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA2 is #54425D. Grayscale: #B4B4B4. Windows color (decimal): -5522014 or 10665387. OLE color: 10665387.

HSL color Cylindrical-coordinate representation of color #ABBDA2: hue angle of 100º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABBDA2 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 162 -
CMYK 0.10 0 0.14 0.26
HSL 100º 0.17% 0.69% -
HSV(B) 100º 0.14% 0.74% -
XYZ 41.51 47.66 41.19 -
YUV 180.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 171 189 162 0.10 0 0.14 0.26 100 0.17 0.69
Hex AB BD A2 A 0 E 1A 64 11 45
Octal 253 275 242 12 0 16 32 144 21 105
Binary 10101011 10111101 10100010 1010 0 1110 11010 1100100 10001 1000101

Color Harmonies of #ABBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDA2

Black with #ABBDA2

Text Example


Text Example

White with #ABBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDA2; }

 p { color: rgb(171,189,162); }

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

background-color css

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

 a { background-color: rgb(171,189,162); }

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

border-color css

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

 span { border-color: rgb(171,189,162); }

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