Html Css Color HEX #A6BFA1 Spring Rain

📋 copy color: '#A6BFA1'

red 166 ◦ green 191 ◦ blue 161

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

Shades of Spring Rain #A6BFA1

Tints of Spring Rain #A6BFA1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 161 (63.28% from 255) = 31.08%

R = 32.05%
G = 36.87%
B = 31.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A6BFA1 (or 0xA6BFA1) is known color: Spring Rain. HEX triplet: A6, BF and A1. RGB value is (166,191,161). Sum of RGB (Red+Green+Blue) = 166+191+161=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA1 is #59405E. Grayscale: #B4B4B4. Windows color (decimal): -5849183 or 10600358. OLE color: 10600358.

HSL color Cylindrical-coordinate representation of color #A6BFA1: hue angle of 110º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6BFA1 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 191 161 -
CMYK 0.13 0 0.16 0.25
HSL 110º 0.19% 0.69% -
HSV(B) 110º 0.16% 0.75% -
XYZ 40.79 47.94 40.82 -
YUV 180.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 166 191 161 0.13 0 0.16 0.25 110 0.19 0.69
Hex A6 BF A1 D 0 10 19 6E 13 45
Octal 246 277 241 15 0 20 31 156 23 105
Binary 10100110 10111111 10100001 1101 0 10000 11001 1101110 10011 1000101

Color Harmonies of #A6BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFA1

Black with #A6BFA1

Text Example


Text Example

White with #A6BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFA1; }

 p { color: rgb(166,191,161); }

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

background-color css

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

 a { background-color: rgb(166,191,161); }

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

border-color css

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

 span { border-color: rgb(166,191,161); }

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