Html Css Color HEX #A6BDA5 Spring Rain

📋 copy color: '#A6BDA5'

red 166 ◦ green 189 ◦ blue 165

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

Shades of Spring Rain #A6BDA5

Tints of Spring Rain #A6BDA5

RGB

 RED value IS 166 (65.23% from 255) = 31.92%

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

 BLUE value IS 165 (64.84% from 255) = 31.73%

R = 31.92%
G = 36.35%
B = 31.73%

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

#A6BDA5 (or 0xA6BDA5) is known color: Spring Rain. HEX triplet: A6, BD and A5. RGB value is (166,189,165). Sum of RGB (Red+Green+Blue) = 166+189+165=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA5 is #59425A. Grayscale: #B3B3B3. Windows color (decimal): -5849691 or 10861990. OLE color: 10861990.

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

Color convert

RGB 166 189 165 -
CMYK 0.12 0 0.13 0.26
HSL 117.5º 0.15% 0.69% -
HSV(B) 117.5º 0.13% 0.74% -
XYZ 40.72 47.22 42.57 -
YUV 179.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 166 189 165 0.12 0 0.13 0.26 117.5 0.15 0.69
Hex A6 BD A5 C 0 D 1A 76 F 45
Octal 246 275 245 14 0 15 32 166 17 105
Binary 10100110 10111101 10100101 1100 0 1101 11010 1110110 1111 1000101

Color Harmonies of #A6BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA5

Black with #A6BDA5

Text Example


Text Example

White with #A6BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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