Html Css Color HEX #A2BCA0 Spring Rain

📋 copy color: '#A2BCA0'

red 162 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A2BCA0

Tints of Spring Rain #A2BCA0

RGB

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

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

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

R = 31.76%
G = 36.86%
B = 31.37%

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

#A2BCA0 (or 0xA2BCA0) is known color: Spring Rain. HEX triplet: A2, BC and A0. RGB value is (162,188,160). Sum of RGB (Red+Green+Blue) = 162+188+160=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA0 is #5D435F. Grayscale: #B1B1B1. Windows color (decimal): -6112096 or 10534050. OLE color: 10534050.

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

Color convert

RGB 162 188 160 -
CMYK 0.14 0 0.15 0.26
HSL 115.71º 0.17% 0.68% -
HSV(B) 115.71º 0.15% 0.74% -
XYZ 39.23 46.19 40.1 -
YUV 177.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 162 188 160 0.14 0 0.15 0.26 115.71 0.17 0.68
Hex A2 BC A0 E 0 F 1A 74 11 44
Octal 242 274 240 16 0 17 32 164 21 104
Binary 10100010 10111100 10100000 1110 0 1111 11010 1110100 10001 1000100

Color Harmonies of #A2BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCA0

Black with #A2BCA0

Text Example


Text Example

White with #A2BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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