#ACBDED

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

Shades of Perano #ACBDED

Tints of Perano #ACBDED

Color information

#ACBDED (or 0xACBDED) is unknown color: approx Perano. HEX triplet: AC, BD and ED. RGB value is (172,189,237). Sum of RGB (Red+Green+Blue) = 172+189+237=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACBDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDED is #534212. Grayscale: #BDBDBD. Windows color (decimal): -5456403 or 15580588. OLE color: 15580588.

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

Color convert

RGB172189237-
CMYK0.270.2000.07
HSL224.31º64.36%80.2%-
HSV(B)224.31º27.43%92.94%-
XYZ50.551.2887.36-
YUV189.39154.87115.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=28.76%
G=31.61%
B=39.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721892370.270.2000.07224.3164.3680.2
HexACBDED1B1407e04050
Octal254275355332407340100120
Binary101011001011110111101101110111010001111110000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDED; }

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

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

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

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

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

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

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

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