#ACBCF1

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

Shades of Perano #ACBCF1

Tints of Perano #ACBCF1

Color information

#ACBCF1 (or 0xACBCF1) is unknown color: approx Perano. HEX triplet: AC, BC and F1. RGB value is (172,188,241). Sum of RGB (Red+Green+Blue) = 172+188+241=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACBCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCF1 is #53430E. Grayscale: #BDBDBD. Windows color (decimal): -5456655 or 15842476. OLE color: 15842476.

HSL color Cylindrical-coordinate representation of color #ACBCF1: hue angle of 226.09º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACBCF1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172188241-
CMYK0.290.2200.05
HSL226.09º71.13%80.98%-
HSV(B)226.09º28.63%94.51%-
XYZ50.8751.0990.4-
YUV189.26157.2115.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=28.62%
G=31.28%
B=40.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721882410.290.2200.05226.0971.1380.98
HexACBCF11D1605e24751
Octal254274361352605342107121
Binary101011001011110011110001111011011001011110001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCF1; }

 p { color: rgb(172,188,241); }

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

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

 a { background-color: rgb(172,188,241); }

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

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

 span { border-color: rgb(172,188,241); }

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