Html Css Color HEX #A9BBF6 Perano

📋 copy color: '#A9BBF6'

red 169 ◦ green 187 ◦ blue 246

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

Shades of Perano #A9BBF6

Tints of Perano #A9BBF6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 246 (96.48% from 255) = 40.86%

R = 28.07%
G = 31.06%
B = 40.86%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A9BBF6 (or 0xA9BBF6) is known color: Perano. HEX triplet: A9, BB and F6. RGB value is (169,187,246). Sum of RGB (Red+Green+Blue) = 169+187+246=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #A9BBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBF6 is #564409. Grayscale: #BCBCBC. Windows color (decimal): -5653514 or 16169897. OLE color: 16169897.

HSL color Cylindrical-coordinate representation of color #A9BBF6: hue angle of 225.97º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9BBF6 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 187 246 -
CMYK 0.31 0.24 0 0.04
HSL 225.97º 0.81% 0.81% -
HSV(B) 225.97º 0.31% 0.96% -
XYZ 50.77 50.63 94.29 -
YUV 188.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 169 187 246 0.31 0.24 0 0.04 225.97 0.81 0.81
Hex A9 BB F6 1F 18 0 4 E2 51 51
Octal 251 273 366 37 30 0 4 342 121 121
Binary 10101001 10111011 11110110 11111 11000 0 100 11100010 1010001 1010001

Color Harmonies of #A9BBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBF6

Black with #A9BBF6

Text Example


Text Example

White with #A9BBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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