#ACBAED

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

Shades of Perano #ACBAED

Tints of Perano #ACBAED

Color information

#ACBAED (or 0xACBAED) is unknown color: approx Perano. HEX triplet: AC, BA and ED. RGB value is (172,186,237). Sum of RGB (Red+Green+Blue) = 172+186+237=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAED is #534512. Grayscale: #BBBBBB. Windows color (decimal): -5457171 or 15579820. OLE color: 15579820.

HSL color Cylindrical-coordinate representation of color #ACBAED: hue angle of 227.08º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACBAED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172186237-
CMYK0.270.2200.07
HSL227.08º64.36%80.2%-
HSV(B)227.08º27.43%92.94%-
XYZ49.865087.14-
YUV187.63155.86116.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=28.91%
G=31.26%
B=39.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721862370.270.2200.07227.0864.3680.2
HexACBAED1B1607e34050
Octal254272355332607343100120
Binary101011001011101011101101110111011001111110001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAED; }

 p { color: rgb(172,186,237); }

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

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

 a { background-color: rgb(172,186,237); }

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

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

 span { border-color: rgb(172,186,237); }

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