#ACBED6

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

Shades of Spindle #ACBED6

Tints of Spindle #ACBED6

Color information

#ACBED6 (or 0xACBED6) is unknown color: approx Spindle. HEX triplet: AC, BE and D6. RGB value is (172,190,214). Sum of RGB (Red+Green+Blue) = 172+190+214=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACBED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBED6 is #534129. Grayscale: #BBBBBB. Windows color (decimal): -5456170 or 14073516. OLE color: 14073516.

HSL color Cylindrical-coordinate representation of color #ACBED6: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBED6 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172190214-
CMYK0.200.1100.16
HSL214.29º33.87%75.69%-
HSV(B)214.29º19.63%83.92%-
XYZ47.5650.4570.85-
YUV187.35143.04117.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 214 (83.98% from 255) = 37.15%
R=29.86%
G=32.99%
B=37.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721902140.200.1100.16214.2933.8775.69
HexACBED614B010d6224c
Octal254276326241302032642114
Binary101011001011111011010110101001011010000110101101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBED6; }

 p { color: rgb(172,190,214); }

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

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

 a { background-color: rgb(172,190,214); }

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

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

 span { border-color: rgb(172,190,214); }

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