#ADBACC

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

Shades of Spindle #ADBACC

Tints of Spindle #ADBACC

Color information

#ADBACC (or 0xADBACC) is unknown color: approx Spindle. HEX triplet: AD, BA and CC. RGB value is (173,186,204). Sum of RGB (Red+Green+Blue) = 173+186+204=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACC is #524533. Grayscale: #B8B8B8. Windows color (decimal): -5391668 or 13417133. OLE color: 13417133.

HSL color Cylindrical-coordinate representation of color #ADBACC: hue angle of 214.84º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBACC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173186204-
CMYK0.150.0900.2
HSL214.84º23.31%73.92%-
HSV(B)214.84º15.2%80%-
XYZ45.6948.3664.05-
YUV184.16139.19120.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=30.73%
G=33.04%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731862040.150.0900.2214.8423.3173.92
HexADBACCF9014d7174a
Octal255272314171102432727112
Binary1010110110111010110011001111100101010011010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBACC; }

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

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

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

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

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

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

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

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