Html Css Color HEX #A9BDE8 Perano

📋 copy color: '#A9BDE8'

red 169 ◦ green 189 ◦ blue 232

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

Shades of Perano #A9BDE8

Tints of Perano #A9BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.32%

R = 28.64%
G = 32.03%
B = 39.32%

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

#A9BDE8 (or 0xA9BDE8) is known color: Perano. HEX triplet: A9, BD and E8. RGB value is (169,189,232). Sum of RGB (Red+Green+Blue) = 169+189+232=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #A9BDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDE8 is #564217. Grayscale: #BBBBBB. Windows color (decimal): -5653016 or 15252905. OLE color: 15252905.

HSL color Cylindrical-coordinate representation of color #A9BDE8: hue angle of 220.95º degrees, saturation: 0.58, 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 #A9BDE8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 189 232 -
CMYK 0.27 0.19 0 0.09
HSL 220.95º 0.58% 0.79% -
HSV(B) 220.95º 0.27% 0.91% -
XYZ 49.13 50.66 83.53 -
YUV 187.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 169 189 232 0.27 0.19 0 0.09 220.95 0.58 0.79
Hex A9 BD E8 1B 13 0 9 DD 3A 4F
Octal 251 275 350 33 23 0 11 335 72 117
Binary 10101001 10111101 11101000 11011 10011 0 1001 11011101 111010 1001111

Color Harmonies of #A9BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDE8

Black with #A9BDE8

Text Example


Text Example

White with #A9BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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