#ABBDE8

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

Shades of Perano #ABBDE8

Tints of Perano #ABBDE8

Color information

#ABBDE8 (or 0xABBDE8) is unknown color: approx Perano. HEX triplet: AB, BD and E8. RGB value is (171,189,232). Sum of RGB (Red+Green+Blue) = 171+189+232=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDE8 is #544217. Grayscale: #BCBCBC. Windows color (decimal): -5521944 or 15252907. OLE color: 15252907.

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

Color convert

RGB171189232-
CMYK0.260.1900.09
HSL222.3º57.01%79.02%-
HSV(B)222.3º26.29%90.98%-
XYZ49.5650.8883.55-
YUV188.52152.54115.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=28.89%
G=31.93%
B=39.19%

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
Decimal1711892320.260.1900.09222.357.0179.02
HexABBDE81A1309de394f
Octal253275350322301133671117
Binary101010111011110111101000110101001101001110111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDE8; }

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

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

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

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

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

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

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

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