#A9BCF2

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

Shades of Perano #A9BCF2

Tints of Perano #A9BCF2

Color information

#A9BCF2 (or 0xA9BCF2) is unknown color: approx Perano. HEX triplet: A9, BC and F2. RGB value is (169,188,242). Sum of RGB (Red+Green+Blue) = 169+188+242=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCF2 is #56430D. Grayscale: #BCBCBC. Windows color (decimal): -5653262 or 15908009. OLE color: 15908009.

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

Color convert

RGB169188242-
CMYK0.300.2200.05
HSL224.38º73.74%80.59%-
HSV(B)224.38º30.17%94.9%-
XYZ50.3750.8191.16-
YUV188.48158.21114.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=28.21%
G=31.39%
B=40.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691882420.300.2200.05224.3873.7480.59
HexA9BCF21E1605e04a51
Octal251274362362605340112121
Binary101010011011110011110010111101011001011110000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCF2; }

 p { color: rgb(169,188,242); }

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

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

 a { background-color: rgb(169,188,242); }

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

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

 span { border-color: rgb(169,188,242); }

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