#ACBBD0

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

Shades of Spindle #ACBBD0

Tints of Spindle #ACBBD0

Color information

#ACBBD0 (or 0xACBBD0) is unknown color: approx Spindle. HEX triplet: AC, BB and D0. RGB value is (172,187,208). Sum of RGB (Red+Green+Blue) = 172+187+208=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBD0 is #53442F. Grayscale: #B8B8B8. Windows color (decimal): -5456944 or 13679532. OLE color: 13679532.

HSL color Cylindrical-coordinate representation of color #ACBBD0: hue angle of 215º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBBD0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172187208-
CMYK0.170.1000.18
HSL215º27.69%74.51%-
HSV(B)215º17.31%81.57%-
XYZ46.1748.8766.67-
YUV184.91141.03118.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=30.34%
G=32.98%
B=36.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721872080.170.1000.1821527.6974.51
HexACBBD011A012d71c4b
Octal254273320211202232734113
Binary10101100101110111101000010001101001001011010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBD0; }

 p { color: rgb(172,187,208); }

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

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

 a { background-color: rgb(172,187,208); }

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

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

 span { border-color: rgb(172,187,208); }

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