Html Css Color HEX #A7BDA6 Spring Rain

📋 copy color: '#A7BDA6'

red 167 ◦ green 189 ◦ blue 166

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

Shades of Spring Rain #A7BDA6

Tints of Spring Rain #A7BDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.8%

R = 31.99%
G = 36.21%
B = 31.8%

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

#A7BDA6 (or 0xA7BDA6) is known color: 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

RGB 167 189 166 -
CMYK 0.12 0 0.12 0.26
HSL 117.39º 0.15% 0.7% -
HSV(B) 117.39º 0.12% 0.74% -
XYZ 41.02 47.36 43.06 -
YUV 179.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 167 189 166 0.12 0 0.12 0.26 117.39 0.15 0.7
Hex A7 BD A6 C 0 C 1A 75 F 46
Octal 247 275 246 14 0 14 32 165 17 106
Binary 10100111 10111101 10100110 1100 0 1100 11010 1110101 1111 1000110

Color Harmonies of #A7BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDA6

Black with #A7BDA6

Text Example


Text Example

White with #A7BDA6

Text Example


Text Example

HTML Codes & Css Web 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>