#ABBEFC

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

Shades of Perano #ABBEFC

Tints of Perano #ABBEFC

Color information

#ABBEFC (or 0xABBEFC) is unknown color: approx Perano. HEX triplet: AB, BE and FC. RGB value is (171,190,252). Sum of RGB (Red+Green+Blue) = 171+190+252=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEFC is #544103. Grayscale: #BFBFBF. Windows color (decimal): -5521668 or 16563883. OLE color: 16563883.

HSL color Cylindrical-coordinate representation of color #ABBEFC: hue angle of 225.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBEFC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171190252-
CMYK0.320.2500.01
HSL225.93º93.1%82.94%-
HSV(B)225.93º32.14%98.82%-
XYZ52.7852.5199.45-
YUV191.39162.21113.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=27.90%
G=31.00%
B=41.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711902520.320.2500.01225.9393.182.94
HexABBEFC201901e25d53
Octal253276374403101342135123
Binary10101011101111101111110010000011001011110001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEFC; }

 p { color: rgb(171,190,252); }

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

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

 a { background-color: rgb(171,190,252); }

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

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

 span { border-color: rgb(171,190,252); }

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