#ACBBF0

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

Shades of Perano #ACBBF0

Tints of Perano #ACBBF0

Color information

#ACBBF0 (or 0xACBBF0) is unknown color: approx Perano. HEX triplet: AC, BB and F0. RGB value is (172,187,240). Sum of RGB (Red+Green+Blue) = 172+187+240=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACBBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBF0 is #53440F. Grayscale: #BCBCBC. Windows color (decimal): -5456912 or 15776684. OLE color: 15776684.

HSL color Cylindrical-coordinate representation of color #ACBBF0: hue angle of 226.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBBF0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172187240-
CMYK0.280.2200.06
HSL226.76º69.39%80.78%-
HSV(B)226.76º28.33%94.12%-
XYZ50.5150.689.54-
YUV188.56157.03116.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=28.71%
G=31.22%
B=40.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721872400.280.2200.06226.7669.3980.78
HexACBBF01C1606e34551
Octal254273360342606343105121
Binary101011001011101111110000111001011001101110001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBF0; }

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

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

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

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

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

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

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

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