#ABB1F3

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

Shades of Perano #ABB1F3

Tints of Perano #ABB1F3

Color information

#ABB1F3 (or 0xABB1F3) is unknown color: approx Perano. HEX triplet: AB, B1 and F3. RGB value is (171,177,243). Sum of RGB (Red+Green+Blue) = 171+177+243=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABB1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1F3 is #544E0C. Grayscale: #B6B6B6. Windows color (decimal): -5525005 or 15970731. OLE color: 15970731.

HSL color Cylindrical-coordinate representation of color #ABB1F3: hue angle of 235º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB1F3 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171177243-
CMYK0.300.2700.05
HSL235º75%81.18%-
HSV(B)235º29.63%95.29%-
XYZ48.6946.5791.22-
YUV182.73162.01119.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=28.93%
G=29.95%
B=41.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711772430.300.2700.052357581.18
HexABB1F31E1B05eb4b51
Octal253261363363305353113121
Binary101010111011000111110011111101101101011110101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1F3; }

 p { color: rgb(171,177,243); }

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

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

 a { background-color: rgb(171,177,243); }

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

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

 span { border-color: rgb(171,177,243); }

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