#ABB5FB

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

Shades of Perano #ABB5FB

Tints of Perano #ABB5FB

Color information

#ABB5FB (or 0xABB5FB) is unknown color: approx Perano. HEX triplet: AB, B5 and FB. RGB value is (171,181,251). Sum of RGB (Red+Green+Blue) = 171+181+251=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5FB is #544A04. Grayscale: #B9B9B9. Windows color (decimal): -5523973 or 16496043. OLE color: 16496043.

HSL color Cylindrical-coordinate representation of color #ABB5FB: hue angle of 232.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB5FB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171181251-
CMYK0.320.2800.02
HSL232.5º90.91%82.75%-
HSV(B)232.5º31.87%98.43%-
XYZ50.7348.6797.99-
YUV185.99164.69117.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=28.36%
G=30.02%
B=41.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711812510.320.2800.02232.590.9182.75
HexABB5FB201C02e85b53
Octal253265373403402350133123
Binary101010111011010111111011100000111000101110100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5FB; }

 p { color: rgb(171,181,251); }

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

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

 a { background-color: rgb(171,181,251); }

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

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

 span { border-color: rgb(171,181,251); }

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