#ABBECE

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

Shades of Spindle #ABBECE

Tints of Spindle #ABBECE

Color information

#ABBECE (or 0xABBECE) is unknown color: approx Spindle. HEX triplet: AB, BE and CE. RGB value is (171,190,206). Sum of RGB (Red+Green+Blue) = 171+190+206=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBECE is #544131. Grayscale: #BABABA. Windows color (decimal): -5521714 or 13549227. OLE color: 13549227.

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

Color convert

RGB171190206-
CMYK0.170.0800.19
HSL207.43º26.32%73.92%-
HSV(B)207.43º16.99%80.78%-
XYZ46.3549.9465.59-
YUV186.14139.21117.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=30.16%
G=33.51%
B=36.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711902060.170.0800.19207.4326.3273.92
HexABBECE118013cf1a4a
Octal253276316211002331732112
Binary10101011101111101100111010001100001001111001111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBECE; }

 p { color: rgb(171,190,206); }

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

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

 a { background-color: rgb(171,190,206); }

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

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

 span { border-color: rgb(171,190,206); }

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