#ABB6FB

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

Shades of Perano #ABB6FB

Tints of Perano #ABB6FB

Color information

#ABB6FB (or 0xABB6FB) is unknown color: approx Perano. HEX triplet: AB, B6 and FB. RGB value is (171,182,251). Sum of RGB (Red+Green+Blue) = 171+182+251=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6FB is #544904. Grayscale: #BABABA. Windows color (decimal): -5523717 or 16496299. OLE color: 16496299.

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

Color convert

RGB171182251-
CMYK0.320.2700.02
HSL231.75º90.91%82.75%-
HSV(B)231.75º31.87%98.43%-
XYZ50.9449.0898.06-
YUV186.58164.36116.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=28.31%
G=30.13%
B=41.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711822510.320.2700.02231.7590.9182.75
HexABB6FB201B02e85b53
Octal253266373403302350133123
Binary101010111011011011111011100000110110101110100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6FB; }

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

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

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

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

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

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

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

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