#A8BCCE

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

Shades of Spindle #A8BCCE

Tints of Spindle #A8BCCE

Color information

#A8BCCE (or 0xA8BCCE) is unknown color: approx Spindle. HEX triplet: A8, BC and CE. RGB value is (168,188,206). Sum of RGB (Red+Green+Blue) = 168+188+206=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCE is #574331. Grayscale: #B7B7B7. Windows color (decimal): -5718834 or 13548712. OLE color: 13548712.

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

Color convert

RGB168188206-
CMYK0.180.0900.19
HSL208.42º27.94%73.33%-
HSV(B)208.42º18.45%80.78%-
XYZ45.2748.7565.42-
YUV184.07140.37116.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.89%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=29.89%
G=33.45%
B=36.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681882060.180.0900.19208.4227.9473.33
HexA8BCCE129013d01c49
Octal250274316221102332034111
Binary10101000101111001100111010010100101001111010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCCE; }

 p { color: rgb(168,188,206); }

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

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

 a { background-color: rgb(168,188,206); }

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

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

 span { border-color: rgb(168,188,206); }

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