#ABBAEF

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

Shades of Perano #ABBAEF

Tints of Perano #ABBAEF

Color information

#ABBAEF (or 0xABBAEF) is unknown color: approx Perano. HEX triplet: AB, BA and EF. RGB value is (171,186,239). Sum of RGB (Red+Green+Blue) = 171+186+239=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAEF is #544510. Grayscale: #BBBBBB. Windows color (decimal): -5522705 or 15710891. OLE color: 15710891.

HSL color Cylindrical-coordinate representation of color #ABBAEF: hue angle of 226.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBAEF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171186239-
CMYK0.280.2200.06
HSL226.76º68%80.39%-
HSV(B)226.76º28.45%93.73%-
XYZ49.9350.0188.68-
YUV187.56157.03116.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=28.69%
G=31.21%
B=40.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711862390.280.2200.06226.766880.39
HexABBAEF1C1606e34450
Octal253272357342606343104120
Binary101010111011101011101111111001011001101110001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAEF; }

 p { color: rgb(171,186,239); }

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

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

 a { background-color: rgb(171,186,239); }

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

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

 span { border-color: rgb(171,186,239); }

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