#A4BACF

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

Shades of Spindle #A4BACF

Tints of Spindle #A4BACF

Color information

#A4BACF (or 0xA4BACF) is unknown color: approx Spindle. HEX triplet: A4, BA and CF. RGB value is (164,186,207). Sum of RGB (Red+Green+Blue) = 164+186+207=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACF is #5B4530. Grayscale: #B5B5B5. Windows color (decimal): -5981489 or 13613732. OLE color: 13613732.

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

Color convert

RGB164186207-
CMYK0.210.1000.19
HSL209.3º30.94%72.75%-
HSV(B)209.3º20.77%81.18%-
XYZ44.1347.5265.88-
YUV181.82142.21115.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=29.44%
G=33.39%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641862070.210.1000.19209.330.9472.75
HexA4BACF15A013d11f49
Octal244272317251202332137111
Binary10100100101110101100111110101101001001111010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BACF; }

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

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

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

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

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

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

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

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