#ABB0FF

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

Shades of Perano #ABB0FF

Tints of Perano #ABB0FF

Color information

#ABB0FF (or 0xABB0FF) is unknown color: approx Perano. HEX triplet: AB, B0 and FF. RGB value is (171,176,255). Sum of RGB (Red+Green+Blue) = 171+176+255=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0FF is #544F00. Grayscale: #B7B7B7. Windows color (decimal): -5525249 or 16756907. OLE color: 16756907.

HSL color Cylindrical-coordinate representation of color #ABB0FF: hue angle of 236.43º 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 #ABB0FF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171176255-
CMYK0.330.3100
HSL236.43º100%83.53%-
HSV(B)236.43º32.94%100%-
XYZ50.3746.93101.01-
YUV183.51168.34119.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 255 (100% from 255) = 42.36%
R=28.41%
G=29.24%
B=42.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711762550.330.3100236.4310083.53
HexABB0FF211F00ec6454
Octal253260377413700354144124
Binary10101011101100001111111110000111111001110110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0FF; }

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

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

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

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

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

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

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

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