#ABBDF5

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

Shades of Perano #ABBDF5

Tints of Perano #ABBDF5

Color information

#ABBDF5 (or 0xABBDF5) is unknown color: approx Perano. HEX triplet: AB, BD and F5. RGB value is (171,189,245). Sum of RGB (Red+Green+Blue) = 171+189+245=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABBDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF5 is #54420A. Grayscale: #BDBDBD. Windows color (decimal): -5521931 or 16104875. OLE color: 16104875.

HSL color Cylindrical-coordinate representation of color #ABBDF5: hue angle of 225.41º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBDF5 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171189245-
CMYK0.300.2300.04
HSL225.41º78.72%81.57%-
HSV(B)225.41º30.2%96.08%-
XYZ51.4751.6593.64-
YUV190159.04114.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 245 (96.09% from 255) = 40.50%
R=28.26%
G=31.24%
B=40.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711892450.300.2300.04225.4178.7281.57
HexABBDF51E1704e14f52
Octal253275365362704341117122
Binary101010111011110111110101111101011101001110000110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDF5; }

 p { color: rgb(171,189,245); }

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

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

 a { background-color: rgb(171,189,245); }

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

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

 span { border-color: rgb(171,189,245); }

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