#ACADFB

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

Shades of Perano #ACADFB

Tints of Perano #ACADFB

Color information

#ACADFB (or 0xACADFB) is unknown color: approx Perano. HEX triplet: AC, AD and FB. RGB value is (172,173,251). Sum of RGB (Red+Green+Blue) = 172+173+251=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADFB is #535204. Grayscale: #B5B5B5. Windows color (decimal): -5460485 or 16493996. OLE color: 16493996.

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

Color convert

RGB172173251-
CMYK0.310.3100.02
HSL239.24º90.8%82.94%-
HSV(B)239.24º31.47%98.43%-
XYZ49.3745.6297.47-
YUV181.59167.17121.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=28.86%
G=29.03%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721732510.310.3100.02239.2490.882.94
HexACADFB1F1F02ef5b53
Octal254255373373702357133123
Binary10101100101011011111101111111111110101110111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADFB; }

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

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

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

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

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

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

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

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