#ADBBCF

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

Shades of Spindle #ADBBCF

Tints of Spindle #ADBBCF

Color information

#ADBBCF (or 0xADBBCF) is unknown color: approx Spindle. HEX triplet: AD, BB and CF. RGB value is (173,187,207). Sum of RGB (Red+Green+Blue) = 173+187+207=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCF is #524430. Grayscale: #B9B9B9. Windows color (decimal): -5391409 or 13613997. OLE color: 13613997.

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

Color convert

RGB173187207-
CMYK0.160.1000.19
HSL215.29º26.15%74.51%-
HSV(B)215.29º16.43%81.18%-
XYZ46.2748.9366.04-
YUV185.09140.36119.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=30.51%
G=32.98%
B=36.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731872070.160.1000.19215.2926.1574.51
HexADBBCF10A013d71a4b
Octal255273317201202332732113
Binary10101101101110111100111110000101001001111010111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBCF; }

 p { color: rgb(173,187,207); }

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

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

 a { background-color: rgb(173,187,207); }

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

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

 span { border-color: rgb(173,187,207); }

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