#ABADEC

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

Shades of Perano #ABADEC

Tints of Perano #ABADEC

Color information

#ABADEC (or 0xABADEC) is unknown color: approx Perano. HEX triplet: AB, AD and EC. RGB value is (171,173,236). Sum of RGB (Red+Green+Blue) = 171+173+236=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADEC is #545213. Grayscale: #B3B3B3. Windows color (decimal): -5526036 or 15510955. OLE color: 15510955.

HSL color Cylindrical-coordinate representation of color #ABADEC: hue angle of 238.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABADEC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171173236-
CMYK0.280.2700.07
HSL238.15º63.11%79.8%-
HSV(B)238.15º27.54%92.55%-
XYZ46.8844.685.5-
YUV179.58159.84121.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=29.48%
G=29.83%
B=40.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711732360.280.2700.07238.1563.1179.8
HexABADEC1C1B07ee3f50
Octal25325535434330735677120
Binary10101011101011011110110011100110110111111011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADEC; }

 p { color: rgb(171,173,236); }

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

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

 a { background-color: rgb(171,173,236); }

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

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

 span { border-color: rgb(171,173,236); }

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