Html Css Color HEX #A9BAF9 Perano

📋 copy color: '#A9BAF9'

red 169 ◦ green 186 ◦ blue 249

#A9BAF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A9BAF9

Tints of Perano #A9BAF9

RGB

 RED value IS 169 (66.41% from 255) = 27.98%

 GREEN value IS 186 (73.05% from 255) = 30.79%

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 27.98%
G = 30.79%
B = 41.23%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9BAF9 (or 0xA9BAF9) is known color: Perano. HEX triplet: A9, BA and F9. RGB value is (169,186,249). Sum of RGB (Red+Green+Blue) = 169+186+249=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9BAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BAF9 is #564506. Grayscale: #BBBBBB. Windows color (decimal): -5653767 or 16366249. OLE color: 16366249.

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

Color convert

RGB 169 186 249 -
CMYK 0.32 0.25 0 0.02
HSL 227.25º 0.87% 0.82% -
HSV(B) 227.25º 0.32% 0.98% -
XYZ 51.02 50.39 96.66 -
YUV 188.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 169 186 249 0.32 0.25 0 0.02 227.25 0.87 0.82
Hex A9 BA F9 20 19 0 2 E3 57 52
Octal 251 272 371 40 31 0 2 343 127 122
Binary 10101001 10111010 11111001 100000 11001 0 10 11100011 1010111 1010010

Color Harmonies of #A9BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BAF9

Black with #A9BAF9

Text Example


Text Example

White with #A9BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BAF9; }

 p { color: rgb(169,186,249); }

 H1.HeaderClassName
 {
   color: #A9BAF9;
 }
 .AnyTagClassName
 {
   color: #A9BAF9;
 }
</style>

background-color css

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

 a { background-color: rgb(169,186,249); }

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

border-color css

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

 span { border-color: rgb(169,186,249); }

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