#ACBED4

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

Shades of Spindle #ACBED4

Tints of Spindle #ACBED4

Color information

#ACBED4 (or 0xACBED4) is unknown color: approx Spindle. HEX triplet: AC, BE and D4. RGB value is (172,190,212). Sum of RGB (Red+Green+Blue) = 172+190+212=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBED4 is #53412B. Grayscale: #BBBBBB. Windows color (decimal): -5456172 or 13942444. OLE color: 13942444.

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

Color convert

RGB172190212-
CMYK0.190.1000.17
HSL213º31.75%75.29%-
HSV(B)213º18.87%83.14%-
XYZ47.3150.3569.51-
YUV187.13142.04117.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=29.97%
G=33.10%
B=36.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721902120.190.1000.1721331.7575.29
HexACBED413A011d5204b
Octal254276324231202132540113
Binary101011001011111011010100100111010010001110101011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBED4; }

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

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

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

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

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

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

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

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