Html Css Color HEX #A6BDA4 Spring Rain

📋 copy color: '#A6BDA4'

red 166 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #A6BDA4

Tints of Spring Rain #A6BDA4

RGB

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

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

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

R = 31.98%
G = 36.42%
B = 31.6%

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

#A6BDA4 (or 0xA6BDA4) is known color: Spring Rain. HEX triplet: A6, BD and A4. RGB value is (166,189,164). Sum of RGB (Red+Green+Blue) = 166+189+164=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA4 is #59425B. Grayscale: #B3B3B3. Windows color (decimal): -5849692 or 10796454. OLE color: 10796454.

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

Color convert

RGB 166 189 164 -
CMYK 0.12 0 0.13 0.26
HSL 115.2º 0.16% 0.69% -
HSV(B) 115.2º 0.13% 0.74% -
XYZ 40.62 47.18 42.09 -
YUV 179.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 166 189 164 0.12 0 0.13 0.26 115.2 0.16 0.69
Hex A6 BD A4 C 0 D 1A 73 10 45
Octal 246 275 244 14 0 15 32 163 20 105
Binary 10100110 10111101 10100100 1100 0 1101 11010 1110011 10000 1000101

Color Harmonies of #A6BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA4

Black with #A6BDA4

Text Example


Text Example

White with #A6BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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