#ACBCEB

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

Shades of Perano #ACBCEB

Tints of Perano #ACBCEB

Color information

#ACBCEB (or 0xACBCEB) is unknown color: approx Perano. HEX triplet: AC, BC and EB. RGB value is (172,188,235). Sum of RGB (Red+Green+Blue) = 172+188+235=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCEB is #534314. Grayscale: #BCBCBC. Windows color (decimal): -5456661 or 15449260. OLE color: 15449260.

HSL color Cylindrical-coordinate representation of color #ACBCEB: hue angle of 224.76º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACBCEB is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172188235-
CMYK0.270.200.08
HSL224.76º61.17%79.8%-
HSV(B)224.76º26.81%92.16%-
XYZ49.9950.7485.76-
YUV188.57154.2116.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=28.91%
G=31.60%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721882350.270.200.08224.7661.1779.8
HexACBCEB1B1408e13d50
Octal254274353332401034175120
Binary101011001011110011101011110111010001000111000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCEB; }

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

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

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

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

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

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

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

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