#A8BACC

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

Shades of Spindle #A8BACC

Tints of Spindle #A8BACC

Color information

#A8BACC (or 0xA8BACC) is unknown color: approx Spindle. HEX triplet: A8, BA and CC. RGB value is (168,186,204). Sum of RGB (Red+Green+Blue) = 168+186+204=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BACC is #574533. Grayscale: #B6B6B6. Windows color (decimal): -5719348 or 13417128. OLE color: 13417128.

HSL color Cylindrical-coordinate representation of color #A8BACC: hue angle of 210º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8BACC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168186204-
CMYK0.180.0900.2
HSL210º26.09%72.94%-
HSV(B)210º17.65%80%-
XYZ44.6147.864-
YUV182.67140.04117.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=30.11%
G=33.33%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681862040.180.0900.221026.0972.94
HexA8BACC129014d21a49
Octal250272314221102432232111
Binary10101000101110101100110010010100101010011010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BACC; }

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

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

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

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

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

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

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

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