#ACBED7

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

Shades of Spindle #ACBED7

Tints of Spindle #ACBED7

Color information

#ACBED7 (or 0xACBED7) is unknown color: approx Spindle. HEX triplet: AC, BE and D7. RGB value is (172,190,215). Sum of RGB (Red+Green+Blue) = 172+190+215=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACBED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBED7 is #534128. Grayscale: #BBBBBB. Windows color (decimal): -5456169 or 14139052. OLE color: 14139052.

HSL color Cylindrical-coordinate representation of color #ACBED7: hue angle of 214.88º degrees, saturation: 0.35, 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 #ACBED7 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172190215-
CMYK0.20.1200.16
HSL214.88º34.96%75.88%-
HSV(B)214.88º20%84.31%-
XYZ47.6950.571.52-
YUV187.47143.54116.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 215 (84.38% from 255) = 37.26%
R=29.81%
G=32.93%
B=37.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721902150.20.1200.16214.8834.9675.88
HexACBED714C010d7234c
Octal254276327241402032743114
Binary101011001011111011010111101001100010000110101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBED7; }

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

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

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

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

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

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

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

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