Html Css Color HEX #A2BDA0 Spring Rain

📋 copy color: '#A2BDA0'

red 162 ◦ green 189 ◦ blue 160

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

Shades of Spring Rain #A2BDA0

Tints of Spring Rain #A2BDA0

RGB

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

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

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

R = 31.7%
G = 36.99%
B = 31.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A2BDA0 (or 0xA2BDA0) is known color: Spring Rain. HEX triplet: A2, BD and A0. RGB value is (162,189,160). Sum of RGB (Red+Green+Blue) = 162+189+160=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDA0 is #5D425F. Grayscale: #B1B1B1. Windows color (decimal): -6111840 or 10534306. OLE color: 10534306.

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

Color convert

RGB 162 189 160 -
CMYK 0.14 0 0.15 0.26
HSL 115.86º 0.18% 0.68% -
HSV(B) 115.86º 0.15% 0.74% -
XYZ 39.44 46.61 40.18 -
YUV 177.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 162 189 160 0.14 0 0.15 0.26 115.86 0.18 0.68
Hex A2 BD A0 E 0 F 1A 74 12 44
Octal 242 275 240 16 0 17 32 164 22 104
Binary 10100010 10111101 10100000 1110 0 1111 11010 1110100 10010 1000100

Color Harmonies of #A2BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDA0

Black with #A2BDA0

Text Example


Text Example

White with #A2BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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