#ACC2FB

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

Shades of Perano #ACC2FB

Tints of Perano #ACC2FB

Color information

#ACC2FB (or 0xACC2FB) is unknown color: approx Perano. HEX triplet: AC, C2 and FB. RGB value is (172,194,251). Sum of RGB (Red+Green+Blue) = 172+194+251=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FB is #533D04. Grayscale: #C1C1C1. Windows color (decimal): -5455109 or 16499372. OLE color: 16499372.

HSL color Cylindrical-coordinate representation of color #ACC2FB: hue angle of 223.29º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC2FB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172194251-
CMYK0.310.2300.02
HSL223.29º90.8%82.94%-
HSV(B)223.29º31.47%98.43%-
XYZ53.7254.3298.92-
YUV193.92160.21112.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=27.88%
G=31.44%
B=40.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721942510.310.2300.02223.2990.882.94
HexACC2FB1F1702df5b53
Octal254302373372702337133123
Binary10101100110000101111101111111101110101101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2FB; }

 p { color: rgb(172,194,251); }

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

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

 a { background-color: rgb(172,194,251); }

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

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

 span { border-color: rgb(172,194,251); }

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