Html Css Color HEX #A8BCA1 Spring Rain

📋 copy color: '#A8BCA1'

red 168 ◦ green 188 ◦ blue 161

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

Shades of Spring Rain #A8BCA1

Tints of Spring Rain #A8BCA1

RGB

 RED value IS 168 (66.02% from 255) = 32.5%

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 32.5%
G = 36.36%
B = 31.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A8BCA1 (or 0xA8BCA1) is known color: Spring Rain. HEX triplet: A8, BC and A1. RGB value is (168,188,161). Sum of RGB (Red+Green+Blue) = 168+188+161=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA1 is #57435E. Grayscale: #B3B3B3. Windows color (decimal): -5718879 or 10599592. OLE color: 10599592.

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

Color convert

RGB 168 188 161 -
CMYK 0.11 0 0.14 0.26
HSL 104.44º 0.17% 0.68% -
HSV(B) 104.44º 0.14% 0.74% -
XYZ 40.56 46.86 40.63 -
YUV 178.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 168 188 161 0.11 0 0.14 0.26 104.44 0.17 0.68
Hex A8 BC A1 B 0 E 1A 68 11 44
Octal 250 274 241 13 0 16 32 150 21 104
Binary 10101000 10111100 10100001 1011 0 1110 11010 1101000 10001 1000100

Color Harmonies of #A8BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCA1

Black with #A8BCA1

Text Example


Text Example

White with #A8BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCA1; }

 p { color: rgb(168,188,161); }

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

background-color css

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

 a { background-color: rgb(168,188,161); }

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

border-color css

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

 span { border-color: rgb(168,188,161); }

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