#A9BBF3

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

Shades of Perano #A9BBF3

Tints of Perano #A9BBF3

Color information

#A9BBF3 (or 0xA9BBF3) is unknown color: approx Perano. HEX triplet: A9, BB and F3. RGB value is (169,187,243). Sum of RGB (Red+Green+Blue) = 169+187+243=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBF3 is #56440C. Grayscale: #BBBBBB. Windows color (decimal): -5653517 or 15973289. OLE color: 15973289.

HSL color Cylindrical-coordinate representation of color #A9BBF3: hue angle of 225.41º degrees, saturation: 0.76, 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 #A9BBF3 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169187243-
CMYK0.300.2300.05
HSL225.41º75.51%80.78%-
HSV(B)225.41º30.45%95.29%-
XYZ50.3150.4591.88-
YUV188159.04114.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=28.21%
G=31.22%
B=40.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691872430.300.2300.05225.4175.5180.78
HexA9BBF31E1705e14c51
Octal251273363362705341114121
Binary101010011011101111110011111101011101011110000110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBF3; }

 p { color: rgb(169,187,243); }

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

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

 a { background-color: rgb(169,187,243); }

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

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

 span { border-color: rgb(169,187,243); }

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