Html Css Color HEX #A2BBA1 Spring Rain

📋 copy color: '#A2BBA1'

red 162 ◦ green 187 ◦ blue 161

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

Shades of Spring Rain #A2BBA1

Tints of Spring Rain #A2BBA1

RGB

 RED value IS 162 (63.67% from 255) = 31.76%

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 161 (63.28% from 255) = 31.57%

R = 31.76%
G = 36.67%
B = 31.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#A2BBA1 (or 0xA2BBA1) is known color: Spring Rain. HEX triplet: A2, BB and A1. RGB value is (162,187,161). Sum of RGB (Red+Green+Blue) = 162+187+161=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBA1 is #5D445E. Grayscale: #B0B0B0. Windows color (decimal): -6112351 or 10599330. OLE color: 10599330.

HSL color Cylindrical-coordinate representation of color #A2BBA1: hue angle of 117.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BBA1 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 161 -
CMYK 0.13 0 0.14 0.27
HSL 117.69º 0.16% 0.68% -
HSV(B) 117.69º 0.14% 0.73% -
XYZ 39.1 45.8 40.5 -
YUV 176.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 162 187 161 0.13 0 0.14 0.27 117.69 0.16 0.68
Hex A2 BB A1 D 0 E 1B 76 10 44
Octal 242 273 241 15 0 16 33 166 20 104
Binary 10100010 10111011 10100001 1101 0 1110 11011 1110110 10000 1000100

Color Harmonies of #A2BBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBA1

Black with #A2BBA1

Text Example


Text Example

White with #A2BBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBA1; }

 p { color: rgb(162,187,161); }

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

background-color css

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

 a { background-color: rgb(162,187,161); }

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

border-color css

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

 span { border-color: rgb(162,187,161); }

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