#A6BBD0

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

Shades of Spindle #A6BBD0

Tints of Spindle #A6BBD0

Color information

#A6BBD0 (or 0xA6BBD0) is unknown color: approx Spindle. HEX triplet: A6, BB and D0. RGB value is (166,187,208). Sum of RGB (Red+Green+Blue) = 166+187+208=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBD0 is #59442F. Grayscale: #B7B7B7. Windows color (decimal): -5850160 or 13679526. OLE color: 13679526.

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

Color convert

RGB166187208-
CMYK0.200.1000.18
HSL210º30.88%73.33%-
HSV(B)210º20.19%81.57%-
XYZ44.8848.266.61-
YUV183.11142.04115.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=29.59%
G=33.33%
B=37.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661872080.200.1000.1821030.8873.33
HexA6BBD014A012d21f49
Octal246273320241202232237111
Binary10100110101110111101000010100101001001011010010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBD0; }

 p { color: rgb(166,187,208); }

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

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

 a { background-color: rgb(166,187,208); }

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

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

 span { border-color: rgb(166,187,208); }

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