Html Css Color HEX #A5BCA4 Spring Rain

📋 copy color: '#A5BCA4'

red 165 ◦ green 188 ◦ blue 164

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

Shades of Spring Rain #A5BCA4

Tints of Spring Rain #A5BCA4

RGB

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

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

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

R = 31.91%
G = 36.36%
B = 31.72%

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

#A5BCA4 (or 0xA5BCA4) is known color: Spring Rain. HEX triplet: A5, BC and A4. RGB value is (165,188,164). Sum of RGB (Red+Green+Blue) = 165+188+164=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA4 is #5A435B. Grayscale: #B2B2B2. Windows color (decimal): -5915484 or 10796197. OLE color: 10796197.

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

Color convert

RGB 165 188 164 -
CMYK 0.12 0 0.13 0.26
HSL 117.5º 0.15% 0.69% -
HSV(B) 117.5º 0.13% 0.74% -
XYZ 40.2 46.65 42.01 -
YUV 178.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 165 188 164 0.12 0 0.13 0.26 117.5 0.15 0.69
Hex A5 BC A4 C 0 D 1A 76 F 45
Octal 245 274 244 14 0 15 32 166 17 105
Binary 10100101 10111100 10100100 1100 0 1101 11010 1110110 1111 1000101

Color Harmonies of #A5BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCA4

Black with #A5BCA4

Text Example


Text Example

White with #A5BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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