Html Css Color HEX #A9B6DC Perano

📋 copy color: '#A9B6DC'

red 169 ◦ green 182 ◦ blue 220

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

Shades of Perano #A9B6DC

Tints of Perano #A9B6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.87%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 29.6%
G = 31.87%
B = 38.53%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9B6DC (or 0xA9B6DC) is known color: Perano. HEX triplet: A9, B6 and DC. RGB value is (169,182,220). Sum of RGB (Red+Green+Blue) = 169+182+220=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B6DC is #564923. Grayscale: #B6B6B6. Windows color (decimal): -5654820 or 14464681. OLE color: 14464681.

HSL color Cylindrical-coordinate representation of color #A9B6DC: hue angle of 224.71º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B6DC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 182 220 -
CMYK 0.23 0.17 0 0.14
HSL 224.71º 0.42% 0.76% -
HSV(B) 224.71º 0.23% 0.86% -
XYZ 46.01 47.06 74.37 -
YUV 182.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 169 182 220 0.23 0.17 0 0.14 224.71 0.42 0.76
Hex A9 B6 DC 17 11 0 E E1 2A 4C
Octal 251 266 334 27 21 0 16 341 52 114
Binary 10101001 10110110 11011100 10111 10001 0 1110 11100001 101010 1001100

Color Harmonies of #A9B6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B6DC

Black with #A9B6DC

Text Example


Text Example

White with #A9B6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B6DC; }

 p { color: rgb(169,182,220); }

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

background-color css

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

 a { background-color: rgb(169,182,220); }

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

border-color css

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

 span { border-color: rgb(169,182,220); }

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