#ABBDF7

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

Shades of Perano #ABBDF7

Tints of Perano #ABBDF7

Color information

#ABBDF7 (or 0xABBDF7) is unknown color: approx Perano. HEX triplet: AB, BD and F7. RGB value is (171,189,247). Sum of RGB (Red+Green+Blue) = 171+189+247=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABBDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF7 is #544208. Grayscale: #BDBDBD. Windows color (decimal): -5521929 or 16235947. OLE color: 16235947.

HSL color Cylindrical-coordinate representation of color #ABBDF7: hue angle of 225.79º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABBDF7 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171189247-
CMYK0.310.2300.03
HSL225.79º82.61%81.96%-
HSV(B)225.79º30.77%96.86%-
XYZ51.7851.7795.26-
YUV190.23160.04114.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=28.17%
G=31.14%
B=40.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711892470.310.2300.03225.7982.6181.96
HexABBDF71F1703e25352
Octal253275367372703342123122
Binary10101011101111011111011111111101110111110001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDF7; }

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

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

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

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

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

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

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

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