#ACB7FB

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

Shades of Perano #ACB7FB

Tints of Perano #ACB7FB

Color information

#ACB7FB (or 0xACB7FB) is unknown color: approx Perano. HEX triplet: AC, B7 and FB. RGB value is (172,183,251). Sum of RGB (Red+Green+Blue) = 172+183+251=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7FB is #534804. Grayscale: #BBBBBB. Windows color (decimal): -5457925 or 16496556. OLE color: 16496556.

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

Color convert

RGB172183251-
CMYK0.310.2700.02
HSL231.65º90.8%82.94%-
HSV(B)231.65º31.47%98.43%-
XYZ51.3649.698.13-
YUV187.46163.86116.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=28.38%
G=30.20%
B=41.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721832510.310.2700.02231.6590.882.94
HexACB7FB1F1B02e85b53
Octal254267373373302350133123
Binary10101100101101111111101111111110110101110100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7FB; }

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

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

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

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

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

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

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

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