#ACBFCF

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

Shades of Spindle #ACBFCF

Tints of Spindle #ACBFCF

Color information

#ACBFCF (or 0xACBFCF) is unknown color: approx Spindle. HEX triplet: AC, BF and CF. RGB value is (172,191,207). Sum of RGB (Red+Green+Blue) = 172+191+207=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACBFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCF is #534030. Grayscale: #BBBBBB. Windows color (decimal): -5455921 or 13615020. OLE color: 13615020.

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

Color convert

RGB172191207-
CMYK0.170.0800.19
HSL207.43º26.72%74.31%-
HSV(B)207.43º16.91%81.18%-
XYZ46.9150.5466.31-
YUV187.14139.21117.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=30.18%
G=33.51%
B=36.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721912070.170.0800.19207.4326.7274.31
HexACBFCF118013cf1b4a
Octal254277317211002331733112
Binary10101100101111111100111110001100001001111001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFCF; }

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

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

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

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

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

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

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

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