#ACBBF5

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

Shades of Perano #ACBBF5

Tints of Perano #ACBBF5

Color information

#ACBBF5 (or 0xACBBF5) is unknown color: approx Perano. HEX triplet: AC, BB and F5. RGB value is (172,187,245). Sum of RGB (Red+Green+Blue) = 172+187+245=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACBBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBF5 is #53440A. Grayscale: #BCBCBC. Windows color (decimal): -5456907 or 16104364. OLE color: 16104364.

HSL color Cylindrical-coordinate representation of color #ACBBF5: hue angle of 227.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBBF5 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172187245-
CMYK0.300.2400.04
HSL227.67º78.49%81.76%-
HSV(B)227.67º29.8%96.08%-
XYZ51.2750.993.51-
YUV189.13159.53115.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=28.48%
G=30.96%
B=40.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721872450.300.2400.04227.6778.4981.76
HexACBBF51E1804e44e52
Octal254273365363004344116122
Binary101011001011101111110101111101100001001110010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBF5; }

 p { color: rgb(172,187,245); }

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

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

 a { background-color: rgb(172,187,245); }

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

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

 span { border-color: rgb(172,187,245); }

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