#ACAFFB

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

Shades of Perano #ACAFFB

Tints of Perano #ACAFFB

Color information

#ACAFFB (or 0xACAFFB) is unknown color: approx Perano. HEX triplet: AC, AF and FB. RGB value is (172,175,251). Sum of RGB (Red+Green+Blue) = 172+175+251=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACAFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFFB is #535004. Grayscale: #B6B6B6. Windows color (decimal): -5459973 or 16494508. OLE color: 16494508.

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

Color convert

RGB172175251-
CMYK0.310.3000.02
HSL237.72º90.8%82.94%-
HSV(B)237.72º31.47%98.43%-
XYZ49.7646.497.6-
YUV182.77166.51120.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=28.76%
G=29.26%
B=41.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721752510.310.3000.02237.7290.882.94
HexACAFFB1F1E02ee5b53
Octal254257373373602356133123
Binary10101100101011111111101111111111100101110111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFFB; }

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

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

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

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

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

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

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

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