#A8BACF

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

Shades of Spindle #A8BACF

Tints of Spindle #A8BACF

Color information

#A8BACF (or 0xA8BACF) is unknown color: approx Spindle. HEX triplet: A8, BA and CF. RGB value is (168,186,207). Sum of RGB (Red+Green+Blue) = 168+186+207=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BACF is #574530. Grayscale: #B6B6B6. Windows color (decimal): -5719345 or 13613736. OLE color: 13613736.

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

Color convert

RGB168186207-
CMYK0.190.1000.19
HSL212.31º28.89%73.53%-
HSV(B)212.31º18.84%81.18%-
XYZ44.9747.9565.92-
YUV183.01141.54117.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=29.95%
G=33.16%
B=36.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681862070.190.1000.19212.3128.8973.53
HexA8BACF13A013d41d4a
Octal250272317231202332435112
Binary10101000101110101100111110011101001001111010100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BACF; }

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

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

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

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

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

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

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

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