#A4BACE

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

Shades of Spindle #A4BACE

Tints of Spindle #A4BACE

Color information

#A4BACE (or 0xA4BACE) is unknown color: approx Spindle. HEX triplet: A4, BA and CE. RGB value is (164,186,206). Sum of RGB (Red+Green+Blue) = 164+186+206=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACE is #5B4531. Grayscale: #B5B5B5. Windows color (decimal): -5981490 or 13548196. OLE color: 13548196.

HSL color Cylindrical-coordinate representation of color #A4BACE: hue angle of 208.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BACE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164186206-
CMYK0.200.1000.19
HSL208.57º30%72.55%-
HSV(B)208.57º20.39%80.78%-
XYZ44.0147.4765.23-
YUV181.7141.71115.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=29.50%
G=33.45%
B=37.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641862060.200.1000.19208.573072.55
HexA4BACE14A013d11e49
Octal244272316241202332136111
Binary10100100101110101100111010100101001001111010001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BACE; }

 p { color: rgb(164,186,206); }

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

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

 a { background-color: rgb(164,186,206); }

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

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

 span { border-color: rgb(164,186,206); }

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