Html Css Color HEX #A7BDA4 Spring Rain

📋 copy color: '#A7BDA4'

red 167 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #A7BDA4

Tints of Spring Rain #A7BDA4

RGB

 RED value IS 167 (65.63% from 255) = 32.12%

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

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

R = 32.12%
G = 36.35%
B = 31.54%

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

#A7BDA4 (or 0xA7BDA4) is known color: Spring Rain. HEX triplet: A7, BD and A4. RGB value is (167,189,164). Sum of RGB (Red+Green+Blue) = 167+189+164=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA4 is #58425B. Grayscale: #B3B3B3. Windows color (decimal): -5784156 or 10796455. OLE color: 10796455.

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

Color convert

RGB 167 189 164 -
CMYK 0.12 0 0.13 0.26
HSL 112.8º 0.16% 0.69% -
HSV(B) 112.8º 0.13% 0.74% -
XYZ 40.83 47.29 42.1 -
YUV 179.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 167 189 164 0.12 0 0.13 0.26 112.8 0.16 0.69
Hex A7 BD A4 C 0 D 1A 71 10 45
Octal 247 275 244 14 0 15 32 161 20 105
Binary 10100111 10111101 10100100 1100 0 1101 11010 1110001 10000 1000101

Color Harmonies of #A7BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDA4

Black with #A7BDA4

Text Example


Text Example

White with #A7BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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