#ACBDE6

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

Shades of Perano #ACBDE6

Tints of Perano #ACBDE6

Color information

#ACBDE6 (or 0xACBDE6) is unknown color: approx Perano. HEX triplet: AC, BD and E6. RGB value is (172,189,230). Sum of RGB (Red+Green+Blue) = 172+189+230=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACBDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDE6 is #534219. Grayscale: #BCBCBC. Windows color (decimal): -5456410 or 15121836. OLE color: 15121836.

HSL color Cylindrical-coordinate representation of color #ACBDE6: hue angle of 222.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBDE6 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172189230-
CMYK0.250.1800.10
HSL222.41º53.7%78.82%-
HSV(B)222.41º25.22%90.2%-
XYZ49.4950.8882.07-
YUV188.59151.37116.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=29.10%
G=31.98%
B=38.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721892300.250.1800.10222.4153.778.82
HexACBDE619120Ade364f
Octal254275346312201233666117
Binary101011001011110111100110110011001001010110111101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDE6; }

 p { color: rgb(172,189,230); }

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

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

 a { background-color: rgb(172,189,230); }

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

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

 span { border-color: rgb(172,189,230); }

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