Html Css Color HEX #A9BBEA Perano

📋 copy color: '#A9BBEA'

red 169 ◦ green 187 ◦ blue 234

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

Shades of Perano #A9BBEA

Tints of Perano #A9BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 28.64%
G = 31.69%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9BBEA (or 0xA9BBEA) is known color: Perano. HEX triplet: A9, BB and EA. RGB value is (169,187,234). Sum of RGB (Red+Green+Blue) = 169+187+234=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBEA is #564415. Grayscale: #BABABA. Windows color (decimal): -5653526 or 15383465. OLE color: 15383465.

HSL color Cylindrical-coordinate representation of color #A9BBEA: hue angle of 223.38º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BBEA is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 187 234 -
CMYK 0.28 0.20 0 0.08
HSL 223.38º 0.61% 0.79% -
HSV(B) 223.38º 0.28% 0.92% -
XYZ 48.98 49.92 84.89 -
YUV 186.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 169 187 234 0.28 0.20 0 0.08 223.38 0.61 0.79
Hex A9 BB EA 1C 14 0 8 DF 3D 4F
Octal 251 273 352 34 24 0 10 337 75 117
Binary 10101001 10111011 11101010 11100 10100 0 1000 11011111 111101 1001111

Color Harmonies of #A9BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBEA

Black with #A9BBEA

Text Example


Text Example

White with #A9BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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