Html Css Color HEX #A6BFA5 Spring Rain

📋 copy color: '#A6BFA5'

red 166 ◦ green 191 ◦ blue 165

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

Shades of Spring Rain #A6BFA5

Tints of Spring Rain #A6BFA5

RGB

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

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

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

R = 31.8%
G = 36.59%
B = 31.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A6BFA5 (or 0xA6BFA5) is known color: Spring Rain. HEX triplet: A6, BF and A5. RGB value is (166,191,165). Sum of RGB (Red+Green+Blue) = 166+191+165=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA5 is #59405A. Grayscale: #B4B4B4. Windows color (decimal): -5849179 or 10862502. OLE color: 10862502.

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

Color convert

RGB 166 191 165 -
CMYK 0.13 0 0.14 0.25
HSL 117.69º 0.17% 0.7% -
HSV(B) 117.69º 0.14% 0.75% -
XYZ 41.15 48.09 42.71 -
YUV 180.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 166 191 165 0.13 0 0.14 0.25 117.69 0.17 0.7
Hex A6 BF A5 D 0 E 19 76 11 46
Octal 246 277 245 15 0 16 31 166 21 106
Binary 10100110 10111111 10100101 1101 0 1110 11001 1110110 10001 1000110

Color Harmonies of #A6BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFA5

Black with #A6BFA5

Text Example


Text Example

White with #A6BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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