Html Css Color HEX #A8BCA6 Spring Rain

📋 copy color: '#A8BCA6'

red 168 ◦ green 188 ◦ blue 166

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

Shades of Spring Rain #A8BCA6

Tints of Spring Rain #A8BCA6

RGB

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

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

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

R = 32.18%
G = 36.02%
B = 31.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A8BCA6 (or 0xA8BCA6) is known color: Spring Rain. HEX triplet: A8, BC and A6. RGB value is (168,188,166). Sum of RGB (Red+Green+Blue) = 168+188+166=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA6 is #574359. Grayscale: #B3B3B3. Windows color (decimal): -5718874 or 10927272. OLE color: 10927272.

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

Color convert

RGB 168 188 166 -
CMYK 0.11 0 0.12 0.26
HSL 114.55º 0.14% 0.69% -
HSV(B) 114.55º 0.12% 0.74% -
XYZ 41.01 47.04 43 -
YUV 179.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 168 188 166 0.11 0 0.12 0.26 114.55 0.14 0.69
Hex A8 BC A6 B 0 C 1A 73 E 45
Octal 250 274 246 13 0 14 32 163 16 105
Binary 10101000 10111100 10100110 1011 0 1100 11010 1110011 1110 1000101

Color Harmonies of #A8BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCA6

Black with #A8BCA6

Text Example


Text Example

White with #A8BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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