#A8BBA6

Color #A8BBA6 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A8BBA6

Tints of Spring Rain #A8BBA6

Color information

#A8BBA6 (or 0xA8BBA6) is unknown color: approx Spring Rain. HEX triplet: A8, BB and A6. RGB value is (168,187,166). Sum of RGB (Red+Green+Blue) = 168+187+166=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBA6 is #574459. Grayscale: #B2B2B2. Windows color (decimal): -5719130 or 10927016. OLE color: 10927016.

HSL color Cylindrical-coordinate representation of color #A8BBA6: hue angle of 114.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BBA6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB168187166-
CMYK0.1000.110.27
HSL114.29º13.38%69.22%-
HSV(B)114.29º11.23%73.33%-
XYZ40.846.6242.92-
YUV178.92120.71120.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=32.25%
G=35.89%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871660.1000.110.27114.2913.3869.22
HexA8BBA6A0B1B72d45
Octal250273246120133316215105
Binary10101000101110111010011010100101111011111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBA6; }

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

 H1.HeaderClassName
 {
   color: #A8BBA6;
 }
 .AnyTagClassName
 {
   color: #A8BBA6;
 }
</style>
background-color css

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

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

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

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

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

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