Html Css Color HEX #A9B9F1 Perano

📋 copy color: '#A9B9F1'

red 169 ◦ green 185 ◦ blue 241

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

Shades of Perano #A9B9F1

Tints of Perano #A9B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.09%

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 28.4%
G = 31.09%
B = 40.5%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A9B9F1 (or 0xA9B9F1) is known color: Perano. HEX triplet: A9, B9 and F1. RGB value is (169,185,241). Sum of RGB (Red+Green+Blue) = 169+185+241=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9B9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B9F1 is #56460E. Grayscale: #BABABA. Windows color (decimal): -5654031 or 15841705. OLE color: 15841705.

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

Color convert

RGB 169 185 241 -
CMYK 0.30 0.23 0 0.05
HSL 226.67º 0.72% 0.8% -
HSV(B) 226.67º 0.3% 0.95% -
XYZ 49.59 49.48 90.16 -
YUV 186.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 169 185 241 0.30 0.23 0 0.05 226.67 0.72 0.8
Hex A9 B9 F1 1E 17 0 5 E3 48 50
Octal 251 271 361 36 27 0 5 343 110 120
Binary 10101001 10111001 11110001 11110 10111 0 101 11100011 1001000 1010000

Color Harmonies of #A9B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9F1

Black with #A9B9F1

Text Example


Text Example

White with #A9B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9F1; }

 p { color: rgb(169,185,241); }

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

background-color css

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

 a { background-color: rgb(169,185,241); }

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

border-color css

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

 span { border-color: rgb(169,185,241); }

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