#ABBFF4

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

Shades of Perano #ABBFF4

Tints of Perano #ABBFF4

Color information

#ABBFF4 (or 0xABBFF4) is unknown color: approx Perano. HEX triplet: AB, BF and F4. RGB value is (171,191,244). Sum of RGB (Red+Green+Blue) = 171+191+244=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABBFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF4 is #54400B. Grayscale: #BEBEBE. Windows color (decimal): -5521420 or 16039851. OLE color: 16039851.

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

Color convert

RGB171191244-
CMYK0.300.2200.04
HSL223.56º76.84%81.37%-
HSV(B)223.56º29.92%95.69%-
XYZ51.7552.4592.98-
YUV191.06157.87113.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 244 (95.70% from 255) = 40.26%
R=28.22%
G=31.52%
B=40.26%

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
Decimal1711912440.300.2200.04223.5676.8481.37
HexABBFF41E1604e04d51
Octal253277364362604340115121
Binary101010111011111111110100111101011001001110000010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFF4; }

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

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

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

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

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

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

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

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