Html Css Color HEX #A5BCA5 Spring Rain

📋 copy color: '#A5BCA5'

red 165 ◦ green 188 ◦ blue 165

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

Shades of Spring Rain #A5BCA5

Tints of Spring Rain #A5BCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 31.85%
G = 36.29%
B = 31.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A5BCA5 (or 0xA5BCA5) is known color: Spring Rain. HEX triplet: A5, BC and A5. RGB value is (165,188,165). Sum of RGB (Red+Green+Blue) = 165+188+165=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA5 is #5A435A. Grayscale: #B2B2B2. Windows color (decimal): -5915483 or 10861733. OLE color: 10861733.

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

Color convert

RGB 165 188 165 -
CMYK 0.12 0 0.12 0.26
HSL 120º 0.15% 0.69% -
HSV(B) 120º 0.12% 0.74% -
XYZ 40.29 46.68 42.48 -
YUV 178.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 165 188 165 0.12 0 0.12 0.26 120 0.15 0.69
Hex A5 BC A5 C 0 C 1A 78 F 45
Octal 245 274 245 14 0 14 32 170 17 105
Binary 10100101 10111100 10100101 1100 0 1100 11010 1111000 1111 1000101

Color Harmonies of #A5BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCA5

Black with #A5BCA5

Text Example


Text Example

White with #A5BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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