Html Css Color HEX #A5BCA3 Spring Rain

📋 copy color: '#A5BCA3'

red 165 ◦ green 188 ◦ blue 163

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

Shades of Spring Rain #A5BCA3

Tints of Spring Rain #A5BCA3

RGB

 RED value IS 165 (64.84% from 255) = 31.98%

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

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

R = 31.98%
G = 36.43%
B = 31.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A5BCA3 (or 0xA5BCA3) is known color: Spring Rain. HEX triplet: A5, BC and A3. RGB value is (165,188,163). Sum of RGB (Red+Green+Blue) = 165+188+163=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA3 is #5A435C. Grayscale: #B2B2B2. Windows color (decimal): -5915485 or 10730661. OLE color: 10730661.

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

Color convert

RGB 165 188 163 -
CMYK 0.12 0 0.13 0.26
HSL 115.2º 0.16% 0.69% -
HSV(B) 115.2º 0.13% 0.74% -
XYZ 40.11 46.61 41.53 -
YUV 178.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 165 188 163 0.12 0 0.13 0.26 115.2 0.16 0.69
Hex A5 BC A3 C 0 D 1A 73 10 45
Octal 245 274 243 14 0 15 32 163 20 105
Binary 10100101 10111100 10100011 1100 0 1101 11010 1110011 10000 1000101

Color Harmonies of #A5BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCA3

Black with #A5BCA3

Text Example


Text Example

White with #A5BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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