#ACC0FB

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

Shades of Perano #ACC0FB

Tints of Perano #ACC0FB

Color information

#ACC0FB (or 0xACC0FB) is unknown color: approx Perano. HEX triplet: AC, C0 and FB. RGB value is (172,192,251). Sum of RGB (Red+Green+Blue) = 172+192+251=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FB is #533F04. Grayscale: #C0C0C0. Windows color (decimal): -5455621 or 16498860. OLE color: 16498860.

HSL color Cylindrical-coordinate representation of color #ACC0FB: hue angle of 224.81º 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 #ACC0FB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172192251-
CMYK0.310.2400.02
HSL224.81º90.8%82.94%-
HSV(B)224.81º31.47%98.43%-
XYZ53.2853.4398.77-
YUV192.75160.87113.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=27.97%
G=31.22%
B=40.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721922510.310.2400.02224.8190.882.94
HexACC0FB1F1802e15b53
Octal254300373373002341133123
Binary10101100110000001111101111111110000101110000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0FB; }

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

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

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

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

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

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

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

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