#ACBFF7

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

Shades of Perano #ACBFF7

Tints of Perano #ACBFF7

Color information

#ACBFF7 (or 0xACBFF7) is unknown color: approx Perano. HEX triplet: AC, BF and F7. RGB value is (172,191,247). Sum of RGB (Red+Green+Blue) = 172+191+247=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACBFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFF7 is #534008. Grayscale: #BFBFBF. Windows color (decimal): -5455881 or 16236460. OLE color: 16236460.

HSL color Cylindrical-coordinate representation of color #ACBFF7: hue angle of 224.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBFF7 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172191247-
CMYK0.300.2300.03
HSL224.8º82.42%82.16%-
HSV(B)224.8º30.36%96.86%-
XYZ52.4352.7595.41-
YUV191.7159.21113.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 247 (96.88% from 255) = 40.49%
R=28.20%
G=31.31%
B=40.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721912470.300.2300.03224.882.4282.16
HexACBFF71E1703e15252
Octal254277367362703341122122
Binary10101100101111111111011111110101110111110000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFF7; }

 p { color: rgb(172,191,247); }

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

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

 a { background-color: rgb(172,191,247); }

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

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

 span { border-color: rgb(172,191,247); }

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