#ABB9CB

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

Shades of Spindle #ABB9CB

Tints of Spindle #ABB9CB

Color information

#ABB9CB (or 0xABB9CB) is unknown color: approx Spindle. HEX triplet: AB, B9 and CB. RGB value is (171,185,203). Sum of RGB (Red+Green+Blue) = 171+185+203=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9CB is #544634. Grayscale: #B6B6B6. Windows color (decimal): -5522997 or 13351339. OLE color: 13351339.

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

Color convert

RGB171185203-
CMYK0.160.0900.20
HSL213.75º23.53%73.33%-
HSV(B)213.75º15.76%79.61%-
XYZ44.9247.6763.33-
YUV182.87139.36119.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=30.59%
G=33.09%
B=36.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711852030.160.0900.20213.7523.5373.33
HexABB9CB109014d61849
Octal253271313201102432630111
Binary10101011101110011100101110000100101010011010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9CB; }

 p { color: rgb(171,185,203); }

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

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

 a { background-color: rgb(171,185,203); }

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

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

 span { border-color: rgb(171,185,203); }

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