#ABBDE6

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

Shades of Perano #ABBDE6

Tints of Perano #ABBDE6

Color information

#ABBDE6 (or 0xABBDE6) is unknown color: approx Perano. HEX triplet: AB, BD and E6. RGB value is (171,189,230). Sum of RGB (Red+Green+Blue) = 171+189+230=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABBDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDE6 is #544219. Grayscale: #BCBCBC. Windows color (decimal): -5521946 or 15121835. OLE color: 15121835.

HSL color Cylindrical-coordinate representation of color #ABBDE6: hue angle of 221.69º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBDE6 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171189230-
CMYK0.260.1800.10
HSL221.69º54.13%78.63%-
HSV(B)221.69º25.65%90.2%-
XYZ49.2850.7782.06-
YUV188.29151.54115.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 230 (90.23% from 255) = 38.98%
R=28.98%
G=32.03%
B=38.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711892300.260.1800.10221.6954.1378.63
HexABBDE61A120Ade364f
Octal253275346322201233666117
Binary101010111011110111100110110101001001010110111101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDE6; }

 p { color: rgb(171,189,230); }

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

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

 a { background-color: rgb(171,189,230); }

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

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

 span { border-color: rgb(171,189,230); }

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