Html Css Color HEX #A5BDA4 Spring Rain

📋 copy color: '#A5BDA4'

red 165 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #A5BDA4

Tints of Spring Rain #A5BDA4

RGB

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

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

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

R = 31.85%
G = 36.49%
B = 31.66%

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

#A5BDA4 (or 0xA5BDA4) is known color: Spring Rain. HEX triplet: A5, BD and A4. RGB value is (165,189,164). Sum of RGB (Red+Green+Blue) = 165+189+164=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA4 is #5A425B. Grayscale: #B3B3B3. Windows color (decimal): -5915228 or 10796453. OLE color: 10796453.

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

Color convert

RGB 165 189 164 -
CMYK 0.13 0 0.13 0.26
HSL 117.6º 0.16% 0.69% -
HSV(B) 117.6º 0.13% 0.74% -
XYZ 40.42 47.07 42.08 -
YUV 178.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 165 189 164 0.13 0 0.13 0.26 117.6 0.16 0.69
Hex A5 BD A4 D 0 D 1A 76 10 45
Octal 245 275 244 15 0 15 32 166 20 105
Binary 10100101 10111101 10100100 1101 0 1101 11010 1110110 10000 1000101

Color Harmonies of #A5BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDA4

Black with #A5BDA4

Text Example


Text Example

White with #A5BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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