Html Css Color HEX #A9BDE9 Perano

📋 copy color: '#A9BDE9'

red 169 ◦ green 189 ◦ blue 233

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

Shades of Perano #A9BDE9

Tints of Perano #A9BDE9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.98%

 BLUE value IS 233 (91.41% from 255) = 39.42%

R = 28.6%
G = 31.98%
B = 39.42%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A9BDE9 (or 0xA9BDE9) is known color: Perano. HEX triplet: A9, BD and E9. RGB value is (169,189,233). Sum of RGB (Red+Green+Blue) = 169+189+233=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDE9 is #564216. Grayscale: #BBBBBB. Windows color (decimal): -5653015 or 15318441. OLE color: 15318441.

HSL color Cylindrical-coordinate representation of color #A9BDE9: hue angle of 221.25º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9BDE9 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 189 233 -
CMYK 0.27 0.19 0 0.09
HSL 221.25º 0.59% 0.79% -
HSV(B) 221.25º 0.27% 0.91% -
XYZ 49.27 50.71 84.28 -
YUV 188.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 169 189 233 0.27 0.19 0 0.09 221.25 0.59 0.79
Hex A9 BD E9 1B 13 0 9 DD 3B 4F
Octal 251 275 351 33 23 0 11 335 73 117
Binary 10101001 10111101 11101001 11011 10011 0 1001 11011101 111011 1001111

Color Harmonies of #A9BDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDE9

Black with #A9BDE9

Text Example


Text Example

White with #A9BDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDE9; }

 p { color: rgb(169,189,233); }

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

background-color css

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

 a { background-color: rgb(169,189,233); }

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

border-color css

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

 span { border-color: rgb(169,189,233); }

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