#ACBDE9

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

Shades of Perano #ACBDE9

Tints of Perano #ACBDE9

Color information

#ACBDE9 (or 0xACBDE9) is unknown color: approx Perano. HEX triplet: AC, BD and E9. RGB value is (172,189,233). Sum of RGB (Red+Green+Blue) = 172+189+233=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACBDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDE9 is #534216. Grayscale: #BCBCBC. Windows color (decimal): -5456407 or 15318444. OLE color: 15318444.

HSL color Cylindrical-coordinate representation of color #ACBDE9: hue angle of 223.28º degrees, saturation: 0.58, 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 #ACBDE9 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172189233-
CMYK0.260.1900.09
HSL223.28º58.1%79.41%-
HSV(B)223.28º26.18%91.37%-
XYZ49.9251.0584.31-
YUV188.93152.87115.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=28.96%
G=31.82%
B=39.23%

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
Decimal1721892330.260.1900.09223.2858.179.41
HexACBDE91A1309df3a4f
Octal254275351322301133772117
Binary101011001011110111101001110101001101001110111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDE9; }

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

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

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

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

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

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

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

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