#ADBACF

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

Shades of Spindle #ADBACF

Tints of Spindle #ADBACF

Color information

#ADBACF (or 0xADBACF) is unknown color: approx Spindle. HEX triplet: AD, BA and CF. RGB value is (173,186,207). Sum of RGB (Red+Green+Blue) = 173+186+207=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACF is #524530. Grayscale: #B8B8B8. Windows color (decimal): -5391665 or 13613741. OLE color: 13613741.

HSL color Cylindrical-coordinate representation of color #ADBACF: hue angle of 217.06º 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 #ADBACF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173186207-
CMYK0.160.1000.19
HSL217.06º26.15%74.51%-
HSV(B)217.06º16.43%81.18%-
XYZ46.0548.5165.97-
YUV184.51140.69119.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=30.57%
G=32.86%
B=36.57%

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
Decimal1731862070.160.1000.19217.0626.1574.51
HexADBACF10A013d91a4b
Octal255272317201202333132113
Binary10101101101110101100111110000101001001111011001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBACF; }

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

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

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

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

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

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

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

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