Html Css Color HEX #A2BBA0 Spring Rain

📋 copy color: '#A2BBA0'

red 162 ◦ green 187 ◦ blue 160

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

Shades of Spring Rain #A2BBA0

Tints of Spring Rain #A2BBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 31.83%
G = 36.74%
B = 31.43%

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

#A2BBA0 (or 0xA2BBA0) is known color: Spring Rain. HEX triplet: A2, BB and A0. RGB value is (162,187,160). Sum of RGB (Red+Green+Blue) = 162+187+160=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBA0 is #5D445F. Grayscale: #B0B0B0. Windows color (decimal): -6112352 or 10533794. OLE color: 10533794.

HSL color Cylindrical-coordinate representation of color #A2BBA0: hue angle of 115.56º degrees, saturation: 0.17, 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 #A2BBA0 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 160 -
CMYK 0.13 0 0.14 0.27
HSL 115.56º 0.17% 0.68% -
HSV(B) 115.56º 0.14% 0.73% -
XYZ 39.02 45.76 40.03 -
YUV 176.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 162 187 160 0.13 0 0.14 0.27 115.56 0.17 0.68
Hex A2 BB A0 D 0 E 1B 74 11 44
Octal 242 273 240 15 0 16 33 164 21 104
Binary 10100010 10111011 10100000 1101 0 1110 11011 1110100 10001 1000100

Color Harmonies of #A2BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBA0

Black with #A2BBA0

Text Example


Text Example

White with #A2BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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