#A9B0FB

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

Shades of Perano #A9B0FB

Tints of Perano #A9B0FB

Color information

#A9B0FB (or 0xA9B0FB) is unknown color: approx Perano. HEX triplet: A9, B0 and FB. RGB value is (169,176,251). Sum of RGB (Red+Green+Blue) = 169+176+251=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9B0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B0FB is #564F04. Grayscale: #B6B6B6. Windows color (decimal): -5656325 or 16494761. OLE color: 16494761.

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

Color convert

RGB169176251-
CMYK0.330.3000.02
HSL234.88º91.11%82.35%-
HSV(B)234.88º32.67%98.43%-
XYZ49.346.4597.63-
YUV182.46166.68118.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=28.36%
G=29.53%
B=42.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691762510.330.3000.02234.8891.1182.35
HexA9B0FB211E02eb5b52
Octal251260373413602353133122
Binary101010011011000011111011100001111100101110101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B0FB; }

 p { color: rgb(169,176,251); }

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

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

 a { background-color: rgb(169,176,251); }

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

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

 span { border-color: rgb(169,176,251); }

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