#A9BFFF

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

Shades of Perano #A9BFFF

Tints of Perano #A9BFFF

Color information

#A9BFFF (or 0xA9BFFF) is unknown color: approx Perano. HEX triplet: A9, BF and FF. RGB value is (169,191,255). Sum of RGB (Red+Green+Blue) = 169+191+255=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BFFF is #564000. Grayscale: #BFBFBF. Windows color (decimal): -5652481 or 16760745. OLE color: 16760745.

HSL color Cylindrical-coordinate representation of color #A9BFFF: hue angle of 224.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9BFFF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169191255-
CMYK0.340.2500
HSL224.65º100%83.14%-
HSV(B)224.65º33.73%100%-
XYZ53.0452.92102.03-
YUV191.72163.71111.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.48%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 255 (100% from 255) = 41.46%
R=27.48%
G=31.06%
B=41.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691912550.340.2500224.6510083.14
HexA9BFFF221900e16453
Octal251277377423100341144123
Binary10101001101111111111111110001011001001110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFFF; }

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

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

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

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

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

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

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

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