Html Css Color HEX #A3BCA4 Spring Rain

📋 copy color: '#A3BCA4'

red 163 ◦ green 188 ◦ blue 164

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

Shades of Spring Rain #A3BCA4

Tints of Spring Rain #A3BCA4

RGB

 RED value IS 163 (64.06% from 255) = 31.65%

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

 BLUE value IS 164 (64.45% from 255) = 31.84%

R = 31.65%
G = 36.5%
B = 31.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A3BCA4 (or 0xA3BCA4) is known color: Spring Rain. HEX triplet: A3, BC and A4. RGB value is (163,188,164). Sum of RGB (Red+Green+Blue) = 163+188+164=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA4 is #5C435B. Grayscale: #B1B1B1. Windows color (decimal): -6046556 or 10796195. OLE color: 10796195.

HSL color Cylindrical-coordinate representation of color #A3BCA4: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCA4 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 164 -
CMYK 0.13 0 0.13 0.26
HSL 122.4º 0.16% 0.69% -
HSV(B) 122.4º 0.13% 0.74% -
XYZ 39.79 46.43 41.99 -
YUV 177.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 163 188 164 0.13 0 0.13 0.26 122.4 0.16 0.69
Hex A3 BC A4 D 0 D 1A 7A 10 45
Octal 243 274 244 15 0 15 32 172 20 105
Binary 10100011 10111100 10100100 1101 0 1101 11010 1111010 10000 1000101

Color Harmonies of #A3BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCA4

Black with #A3BCA4

Text Example


Text Example

White with #A3BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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