#ACBDCF

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

Shades of Spindle #ACBDCF

Tints of Spindle #ACBDCF

Color information

#ACBDCF (or 0xACBDCF) is unknown color: approx Spindle. HEX triplet: AC, BD and CF. RGB value is (172,189,207). Sum of RGB (Red+Green+Blue) = 172+189+207=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCF is #534230. Grayscale: #B9B9B9. Windows color (decimal): -5456433 or 13614508. OLE color: 13614508.

HSL color Cylindrical-coordinate representation of color #ACBDCF: hue angle of 210.86º degrees, saturation: 0.27, 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 #ACBDCF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172189207-
CMYK0.170.0900.19
HSL210.86º26.72%74.31%-
HSV(B)210.86º16.91%81.18%-
XYZ46.4749.6766.17-
YUV185.97139.87118.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=30.28%
G=33.27%
B=36.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721892070.170.0900.19210.8626.7274.31
HexACBDCF119013d31b4a
Octal254275317211102332333112
Binary10101100101111011100111110001100101001111010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDCF; }

 p { color: rgb(172,189,207); }

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

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

 a { background-color: rgb(172,189,207); }

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

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

 span { border-color: rgb(172,189,207); }

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