#ACBEFF

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

Shades of Perano #ACBEFF

Tints of Perano #ACBEFF

Color information

#ACBEFF (or 0xACBEFF) is unknown color: approx Perano. HEX triplet: AC, BE and FF. RGB value is (172,190,255). Sum of RGB (Red+Green+Blue) = 172+190+255=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBEFF is #534100. Grayscale: #BFBFBF. Windows color (decimal): -5456129 or 16760492. OLE color: 16760492.

HSL color Cylindrical-coordinate representation of color #ACBEFF: hue angle of 226.99º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBEFF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172190255-
CMYK0.330.2500
HSL226.99º100%83.73%-
HSV(B)226.99º32.55%100%-
XYZ53.4852.82101.98-
YUV192.03163.54113.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 255 (100% from 255) = 41.33%
R=27.88%
G=30.79%
B=41.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721902550.330.2500226.9910083.73
HexACBEFF211900e36454
Octal254276377413100343144124
Binary10101100101111101111111110000111001001110001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEFF; }

 p { color: rgb(172,190,255); }

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

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

 a { background-color: rgb(172,190,255); }

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

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

 span { border-color: rgb(172,190,255); }

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