#ACBDFC

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

Shades of Perano #ACBDFC

Tints of Perano #ACBDFC

Color information

#ACBDFC (or 0xACBDFC) is unknown color: approx Perano. HEX triplet: AC, BD and FC. RGB value is (172,189,252). Sum of RGB (Red+Green+Blue) = 172+189+252=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDFC is #534203. Grayscale: #BEBEBE. Windows color (decimal): -5456388 or 16563628. OLE color: 16563628.

HSL color Cylindrical-coordinate representation of color #ACBDFC: hue angle of 227.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBDFC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172189252-
CMYK0.320.2500.01
HSL227.25º93.02%83.14%-
HSV(B)227.25º31.75%98.82%-
XYZ52.7852.1999.39-
YUV191.1162.37114.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=28.06%
G=30.83%
B=41.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721892520.320.2500.01227.2593.0283.14
HexACBDFC201901e35d53
Octal254275374403101343135123
Binary10101100101111011111110010000011001011110001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDFC; }

 p { color: rgb(172,189,252); }

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

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

 a { background-color: rgb(172,189,252); }

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

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

 span { border-color: rgb(172,189,252); }

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