#ACC0F3

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

Shades of Perano #ACC0F3

Tints of Perano #ACC0F3

Color information

#ACC0F3 (or 0xACC0F3) is unknown color: approx Perano. HEX triplet: AC, C0 and F3. RGB value is (172,192,243). Sum of RGB (Red+Green+Blue) = 172+192+243=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0F3 is #533F0C. Grayscale: #BFBFBF. Windows color (decimal): -5455629 or 15974572. OLE color: 15974572.

HSL color Cylindrical-coordinate representation of color #ACC0F3: hue angle of 223.1º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC0F3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172192243-
CMYK0.290.2100.05
HSL223.1º74.74%81.37%-
HSV(B)223.1º29.22%95.29%-
XYZ52.0452.9492.27-
YUV191.83156.87113.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=28.34%
G=31.63%
B=40.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721922430.290.2100.05223.174.7481.37
HexACC0F31D1505df4b51
Octal254300363352505337113121
Binary101011001100000011110011111011010101011101111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0F3; }

 p { color: rgb(172,192,243); }

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

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

 a { background-color: rgb(172,192,243); }

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

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

 span { border-color: rgb(172,192,243); }

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