Html Css Color HEX #A2BCA3 Spring Rain

📋 copy color: '#A2BCA3'

red 162 ◦ green 188 ◦ blue 163

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

Shades of Spring Rain #A2BCA3

Tints of Spring Rain #A2BCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 31.58%
G = 36.65%
B = 31.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A2BCA3 (or 0xA2BCA3) is known color: Spring Rain. HEX triplet: A2, BC and A3. RGB value is (162,188,163). Sum of RGB (Red+Green+Blue) = 162+188+163=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA3 is #5D435C. Grayscale: #B1B1B1. Windows color (decimal): -6112093 or 10730658. OLE color: 10730658.

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

Color convert

RGB 162 188 163 -
CMYK 0.14 0 0.13 0.26
HSL 122.31º 0.16% 0.69% -
HSV(B) 122.31º 0.14% 0.74% -
XYZ 39.49 46.29 41.5 -
YUV 177.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 162 188 163 0.14 0 0.13 0.26 122.31 0.16 0.69
Hex A2 BC A3 E 0 D 1A 7A 10 45
Octal 242 274 243 16 0 15 32 172 20 105
Binary 10100010 10111100 10100011 1110 0 1101 11010 1111010 10000 1000101

Color Harmonies of #A2BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCA3

Black with #A2BCA3

Text Example


Text Example

White with #A2BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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