#ACB7FC

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

Shades of Perano #ACB7FC

Tints of Perano #ACB7FC

Color information

#ACB7FC (or 0xACB7FC) is unknown color: approx Perano. HEX triplet: AC, B7 and FC. RGB value is (172,183,252). Sum of RGB (Red+Green+Blue) = 172+183+252=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7FC is #534803. Grayscale: #BBBBBB. Windows color (decimal): -5457924 or 16562092. OLE color: 16562092.

HSL color Cylindrical-coordinate representation of color #ACB7FC: hue angle of 231.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB7FC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172183252-
CMYK0.320.2700.01
HSL231.75º93.02%83.14%-
HSV(B)231.75º31.75%98.82%-
XYZ51.5249.6798.97-
YUV187.58164.36116.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=28.34%
G=30.15%
B=41.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721832520.320.2700.01231.7593.0283.14
HexACB7FC201B01e85d53
Octal254267374403301350135123
Binary10101100101101111111110010000011011011110100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7FC; }

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

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

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

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

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

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

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

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