#ACBDE8

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

Shades of Perano #ACBDE8

Tints of Perano #ACBDE8

Color information

#ACBDE8 (or 0xACBDE8) is unknown color: approx Perano. HEX triplet: AC, BD and E8. RGB value is (172,189,232). Sum of RGB (Red+Green+Blue) = 172+189+232=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDE8 is #534217. Grayscale: #BCBCBC. Windows color (decimal): -5456408 or 15252908. OLE color: 15252908.

HSL color Cylindrical-coordinate representation of color #ACBDE8: hue angle of 223º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBDE8 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172189232-
CMYK0.260.1900.09
HSL223º56.6%79.22%-
HSV(B)223º25.86%90.98%-
XYZ49.7850.9983.56-
YUV188.82152.37116-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=29.01%
G=31.87%
B=39.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721892320.260.1900.0922356.679.22
HexACBDE81A1309df394f
Octal254275350322301133771117
Binary101011001011110111101000110101001101001110111111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDE8; }

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

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

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

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

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

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

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

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