#ABB9FB

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

Shades of Perano #ABB9FB

Tints of Perano #ABB9FB

Color information

#ABB9FB (or 0xABB9FB) is unknown color: approx Perano. HEX triplet: AB, B9 and FB. RGB value is (171,185,251). Sum of RGB (Red+Green+Blue) = 171+185+251=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9FB is #544604. Grayscale: #BCBCBC. Windows color (decimal): -5522949 or 16497067. OLE color: 16497067.

HSL color Cylindrical-coordinate representation of color #ABB9FB: hue angle of 229.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 #ABB9FB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171185251-
CMYK0.320.2600.02
HSL229.5º90.91%82.75%-
HSV(B)229.5º31.87%98.43%-
XYZ51.5650.3298.26-
YUV188.34163.36115.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=28.17%
G=30.48%
B=41.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711852510.320.2600.02229.590.9182.75
HexABB9FB201A02e65b53
Octal253271373403202346133123
Binary101010111011100111111011100000110100101110011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9FB; }

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

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

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

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

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

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

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

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