#ACBFF9

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

Shades of Perano #ACBFF9

Tints of Perano #ACBFF9

Color information

#ACBFF9 (or 0xACBFF9) is unknown color: approx Perano. HEX triplet: AC, BF and F9. RGB value is (172,191,249). Sum of RGB (Red+Green+Blue) = 172+191+249=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACBFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFF9 is #534006. Grayscale: #BFBFBF. Windows color (decimal): -5455879 or 16367532. OLE color: 16367532.

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

Color convert

RGB172191249-
CMYK0.310.2300.02
HSL225.19º86.52%82.55%-
HSV(B)225.19º30.92%97.65%-
XYZ52.7452.8797.05-
YUV191.93160.21113.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=28.10%
G=31.21%
B=40.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721912490.310.2300.02225.1986.5282.55
HexACBFF91F1702e15753
Octal254277371372702341127123
Binary10101100101111111111100111111101110101110000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFF9; }

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

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

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

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

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

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

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

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