Html Css Color HEX #A2BCA2 Spring Rain

📋 copy color: '#A2BCA2'

red 162 ◦ green 188 ◦ blue 162

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

Shades of Spring Rain #A2BCA2

Tints of Spring Rain #A2BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

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

R = 31.64%
G = 36.72%
B = 31.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A2BCA2 (or 0xA2BCA2) is known color: Spring Rain. HEX triplet: A2, BC and A2. RGB value is (162,188,162). Sum of RGB (Red+Green+Blue) = 162+188+162=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA2 is #5D435D. Grayscale: #B1B1B1. Windows color (decimal): -6112094 or 10665122. OLE color: 10665122.

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

Color convert

RGB 162 188 162 -
CMYK 0.14 0 0.14 0.26
HSL 120º 0.16% 0.69% -
HSV(B) 120º 0.14% 0.74% -
XYZ 39.41 46.26 41.03 -
YUV 177.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 162 188 162 0.14 0 0.14 0.26 120 0.16 0.69
Hex A2 BC A2 E 0 E 1A 78 10 45
Octal 242 274 242 16 0 16 32 170 20 105
Binary 10100010 10111100 10100010 1110 0 1110 11010 1111000 10000 1000101

Color Harmonies of #A2BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCA2

Black with #A2BCA2

Text Example


Text Example

White with #A2BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCA2; }

 p { color: rgb(162,188,162); }

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

background-color css

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

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

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

border-color css

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

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

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