#ABB8FF

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

Shades of Perano #ABB8FF

Tints of Perano #ABB8FF

Color information

#ABB8FF (or 0xABB8FF) is unknown color: approx Perano. HEX triplet: AB, B8 and FF. RGB value is (171,184,255). Sum of RGB (Red+Green+Blue) = 171+184+255=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8FF is #544700. Grayscale: #BBBBBB. Windows color (decimal): -5523201 or 16758955. OLE color: 16758955.

HSL color Cylindrical-coordinate representation of color #ABB8FF: hue angle of 230.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB8FF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171184255-
CMYK0.330.2800
HSL230.71º100%83.53%-
HSV(B)230.71º32.94%100%-
XYZ51.9950.16101.55-
YUV188.21165.69115.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 255 (100% from 255) = 41.80%
R=28.03%
G=30.16%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711842550.330.2800230.7110083.53
HexABB8FF211C00e76454
Octal253270377413400347144124
Binary10101011101110001111111110000111100001110011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8FF; }

 p { color: rgb(171,184,255); }

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

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

 a { background-color: rgb(171,184,255); }

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

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

 span { border-color: rgb(171,184,255); }

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