#ACBDFB

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

Shades of Perano #ACBDFB

Tints of Perano #ACBDFB

Color information

#ACBDFB (or 0xACBDFB) is unknown color: approx Perano. HEX triplet: AC, BD and FB. RGB value is (172,189,251). Sum of RGB (Red+Green+Blue) = 172+189+251=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACBDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDFB is #534204. Grayscale: #BEBEBE. Windows color (decimal): -5456389 or 16498092. OLE color: 16498092.

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

Color convert

RGB172189251-
CMYK0.310.2500.02
HSL227.09º90.8%82.94%-
HSV(B)227.09º31.47%98.43%-
XYZ52.6252.1398.56-
YUV190.98161.87114.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=28.10%
G=30.88%
B=41.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721892510.310.2500.02227.0990.882.94
HexACBDFB1F1902e35b53
Octal254275373373102343133123
Binary10101100101111011111101111111110010101110001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDFB; }

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

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

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

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

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

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

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

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