#ACBED0

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

Shades of Spindle #ACBED0

Tints of Spindle #ACBED0

Color information

#ACBED0 (or 0xACBED0) is unknown color: approx Spindle. HEX triplet: AC, BE and D0. RGB value is (172,190,208). Sum of RGB (Red+Green+Blue) = 172+190+208=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBED0 is #53412F. Grayscale: #BABABA. Windows color (decimal): -5456176 or 13680300. OLE color: 13680300.

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

Color convert

RGB172190208-
CMYK0.170.0900.18
HSL210º27.69%74.51%-
HSV(B)210º17.31%81.57%-
XYZ46.8150.1566.89-
YUV186.67140.04117.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=30.18%
G=33.33%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721902080.170.0900.1821027.6974.51
HexACBED0119012d21c4b
Octal254276320211102232234113
Binary10101100101111101101000010001100101001011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBED0; }

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

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

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

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

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

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

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

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