#ACBDEB

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

Shades of Perano #ACBDEB

Tints of Perano #ACBDEB

Color information

#ACBDEB (or 0xACBDEB) is unknown color: approx Perano. HEX triplet: AC, BD and EB. RGB value is (172,189,235). Sum of RGB (Red+Green+Blue) = 172+189+235=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDEB is #534214. Grayscale: #BCBCBC. Windows color (decimal): -5456405 or 15449516. OLE color: 15449516.

HSL color Cylindrical-coordinate representation of color #ACBDEB: hue angle of 223.81º 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 #ACBDEB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172189235-
CMYK0.270.2000.08
HSL223.81º61.17%79.8%-
HSV(B)223.81º26.81%92.16%-
XYZ50.2151.1685.83-
YUV189.16153.87115.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=28.86%
G=31.71%
B=39.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721892350.270.2000.08223.8161.1779.8
HexACBDEB1B1408e03d50
Octal254275353332401034075120
Binary101011001011110111101011110111010001000111000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDEB; }

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

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

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

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

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

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

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

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