#A7BDA6

Color #A7BDA6 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A7BDA6

Tints of Spring Rain #A7BDA6

Color information

#A7BDA6 (or 0xA7BDA6) is unknown color: approx Spring Rain. HEX triplet: A7, BD and A6. RGB value is (167,189,166). Sum of RGB (Red+Green+Blue) = 167+189+166=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA6 is #584259. Grayscale: #B3B3B3. Windows color (decimal): -5784154 or 10927527. OLE color: 10927527.

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

Color convert

RGB167189166-
CMYK0.1200.120.26
HSL117.39º14.84%69.61%-
HSV(B)117.39º12.17%74.12%-
XYZ41.0247.3643.06-
YUV179.8120.21118.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=31.99%
G=36.21%
B=31.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891660.1200.120.26117.3914.8469.61
HexA7BDA6C0C1A75f46
Octal247275246140143216517106
Binary10100111101111011010011011000110011010111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDA6; }

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

 H1.HeaderClassName
 {
   color: #A7BDA6;
 }
 .AnyTagClassName
 {
   color: #A7BDA6;
 }
</style>
background-color css

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

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

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

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

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

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