#A8BBCD

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

Shades of Spindle #A8BBCD

Tints of Spindle #A8BBCD

Color information

#A8BBCD (or 0xA8BBCD) is unknown color: approx Spindle. HEX triplet: A8, BB and CD. RGB value is (168,187,205). Sum of RGB (Red+Green+Blue) = 168+187+205=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBCD is #574432. Grayscale: #B7B7B7. Windows color (decimal): -5719091 or 13482920. OLE color: 13482920.

HSL color Cylindrical-coordinate representation of color #A8BBCD: hue angle of 209.19º degrees, saturation: 0.27, 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 #A8BBCD is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168187205-
CMYK0.180.0900.20
HSL209.19º27.01%73.14%-
HSV(B)209.19º18.05%80.39%-
XYZ44.9448.2764.71-
YUV183.37140.21117.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=30%
G=33.39%
B=36.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681872050.180.0900.20209.1927.0173.14
HexA8BBCD129014d11b49
Octal250273315221102432133111
Binary10101000101110111100110110010100101010011010001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBCD; }

 p { color: rgb(168,187,205); }

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

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

 a { background-color: rgb(168,187,205); }

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

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

 span { border-color: rgb(168,187,205); }

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