Html Css Color HEX #A6BDA3 Spring Rain

📋 copy color: '#A6BDA3'

red 166 ◦ green 189 ◦ blue 163

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

Shades of Spring Rain #A6BDA3

Tints of Spring Rain #A6BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.47%

R = 32.05%
G = 36.49%
B = 31.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A6BDA3 (or 0xA6BDA3) is known color: Spring Rain. HEX triplet: A6, BD and A3. RGB value is (166,189,163). Sum of RGB (Red+Green+Blue) = 166+189+163=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA3 is #59425C. Grayscale: #B3B3B3. Windows color (decimal): -5849693 or 10730918. OLE color: 10730918.

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

Color convert

RGB 166 189 163 -
CMYK 0.12 0 0.14 0.26
HSL 113.08º 0.16% 0.69% -
HSV(B) 113.08º 0.14% 0.74% -
XYZ 40.53 47.15 41.61 -
YUV 179.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 166 189 163 0.12 0 0.14 0.26 113.08 0.16 0.69
Hex A6 BD A3 C 0 E 1A 71 10 45
Octal 246 275 243 14 0 16 32 161 20 105
Binary 10100110 10111101 10100011 1100 0 1110 11010 1110001 10000 1000101

Color Harmonies of #A6BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA3

Black with #A6BDA3

Text Example


Text Example

White with #A6BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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