#ABB7FB

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

Shades of Perano #ABB7FB

Tints of Perano #ABB7FB

Color information

#ABB7FB (or 0xABB7FB) is unknown color: approx Perano. HEX triplet: AB, B7 and FB. RGB value is (171,183,251). Sum of RGB (Red+Green+Blue) = 171+183+251=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7FB is #544804. Grayscale: #BABABA. Windows color (decimal): -5523461 or 16496555. OLE color: 16496555.

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

Color convert

RGB171183251-
CMYK0.320.2700.02
HSL231º90.91%82.75%-
HSV(B)231º31.87%98.43%-
XYZ51.1449.4998.12-
YUV187.16164.02116.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=28.26%
G=30.25%
B=41.49%

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
Decimal1711832510.320.2700.0223190.9182.75
HexABB7FB201B02e75b53
Octal253267373403302347133123
Binary101010111011011111111011100000110110101110011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7FB; }

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

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

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

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

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

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

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

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