Html Css Color HEX #A5BDA3 Spring Rain

📋 copy color: '#A5BDA3'

red 165 ◦ green 189 ◦ blue 163

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

Shades of Spring Rain #A5BDA3

Tints of Spring Rain #A5BDA3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 31.91%
G = 36.56%
B = 31.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A5BDA3 (or 0xA5BDA3) is known color: Spring Rain. HEX triplet: A5, BD and A3. RGB value is (165,189,163). Sum of RGB (Red+Green+Blue) = 165+189+163=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA3 is #5A425C. Grayscale: #B2B2B2. Windows color (decimal): -5915229 or 10730917. OLE color: 10730917.

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

Color convert

RGB 165 189 163 -
CMYK 0.13 0 0.14 0.26
HSL 115.38º 0.16% 0.69% -
HSV(B) 115.38º 0.14% 0.74% -
XYZ 40.33 47.04 41.6 -
YUV 178.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 165 189 163 0.13 0 0.14 0.26 115.38 0.16 0.69
Hex A5 BD A3 D 0 E 1A 73 10 45
Octal 245 275 243 15 0 16 32 163 20 105
Binary 10100101 10111101 10100011 1101 0 1110 11010 1110011 10000 1000101

Color Harmonies of #A5BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDA3

Black with #A5BDA3

Text Example


Text Example

White with #A5BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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