#a9bfef

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

Shades of Perano #A9BFEF

Tints of Perano #A9BFEF

Color information

#A9BFEF (or 0xA9BFEF) is unknown color: approx Perano. HEX triplet: A9, BF and EF. RGB value is (169,191,239). Sum of RGB (Red+Green+Blue) = 169+191+239=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BFEF is #564010. Grayscale: #BDBDBD. Windows color (decimal): -5652497 or 15712169. OLE color: 15712169.

HSL color Cylindrical-coordinate representation of color #A9BFEF: hue angle of 221.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9BFEF is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169191239-
CMYK0.290.2000.06
HSL221.14º68.63%80%-
HSV(B)221.14º29.29%93.73%-
XYZ50.5751.9389.02-
YUV189.89155.71113.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=28.21%
G=31.89%
B=39.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691912390.290.2000.06221.1468.6380
HexA9BFEF1D1406dd4550
Octal251277357352406335105120
Binary101010011011111111101111111011010001101101110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9bfef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9bfef; }

 p { color: rgb(169,191,239); }

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

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

 a { background-color: rgb(169,191,239); }

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

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

 span { border-color: rgb(169,191,239); }

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