#AABFFB

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

Shades of Perano #AABFFB

Tints of Perano #AABFFB

Color information

#AABFFB (or 0xAABFFB) is unknown color: approx Perano. HEX triplet: AA, BF and FB. RGB value is (170,191,251). Sum of RGB (Red+Green+Blue) = 170+191+251=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #AABFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFFB is #554004. Grayscale: #BFBFBF. Windows color (decimal): -5586949 or 16498602. OLE color: 16498602.

HSL color Cylindrical-coordinate representation of color #AABFFB: hue angle of 224.44º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABFFB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170191251-
CMYK0.320.2400.02
HSL224.44º91.01%82.55%-
HSV(B)224.44º32.27%98.43%-
XYZ52.6252.7798.68-
YUV191.56161.54112.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=27.78%
G=31.21%
B=41.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701912510.320.2400.02224.4491.0182.55
HexAABFFB201802e05b53
Octal252277373403002340133123
Binary101010101011111111111011100000110000101110000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFFB; }

 p { color: rgb(170,191,251); }

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

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

 a { background-color: rgb(170,191,251); }

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

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

 span { border-color: rgb(170,191,251); }

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