#ABBFF6

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

Shades of Perano #ABBFF6

Tints of Perano #ABBFF6

Color information

#ABBFF6 (or 0xABBFF6) is unknown color: approx Perano. HEX triplet: AB, BF and F6. RGB value is (171,191,246). Sum of RGB (Red+Green+Blue) = 171+191+246=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF6 is #544009. Grayscale: #BFBFBF. Windows color (decimal): -5521418 or 16170923. OLE color: 16170923.

HSL color Cylindrical-coordinate representation of color #ABBFF6: hue angle of 224º degrees, saturation: 0.81, 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 #ABBFF6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171191246-
CMYK0.300.2200.04
HSL224º80.65%81.76%-
HSV(B)224º30.49%96.47%-
XYZ52.0652.5794.59-
YUV191.29158.87113.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 246 (96.48% from 255) = 40.46%
R=28.12%
G=31.41%
B=40.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711912460.300.2200.0422480.6581.76
HexABBFF61E1604e05152
Octal253277366362604340121122
Binary101010111011111111110110111101011001001110000010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFF6; }

 p { color: rgb(171,191,246); }

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

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

 a { background-color: rgb(171,191,246); }

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

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

 span { border-color: rgb(171,191,246); }

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