Html Css Color HEX #A9B2EC Perano

📋 copy color: '#A9B2EC'

red 169 ◦ green 178 ◦ blue 236

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

Shades of Perano #A9B2EC

Tints of Perano #A9B2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 28.99%
G = 30.53%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9B2EC (or 0xA9B2EC) is known color: Perano. HEX triplet: A9, B2 and EC. RGB value is (169,178,236). Sum of RGB (Red+Green+Blue) = 169+178+236=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9B2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B2EC is #564D13. Grayscale: #B5B5B5. Windows color (decimal): -5655828 or 15512233. OLE color: 15512233.

HSL color Cylindrical-coordinate representation of color #A9B2EC: hue angle of 231.94º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B2EC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 178 236 -
CMYK 0.28 0.25 0 0.07
HSL 231.94º 0.64% 0.79% -
HSV(B) 231.94º 0.28% 0.93% -
XYZ 47.42 46.33 85.8 -
YUV 181.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 169 178 236 0.28 0.25 0 0.07 231.94 0.64 0.79
Hex A9 B2 EC 1C 19 0 7 E8 40 4F
Octal 251 262 354 34 31 0 7 350 100 117
Binary 10101001 10110010 11101100 11100 11001 0 111 11101000 1000000 1001111

Color Harmonies of #A9B2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2EC

Black with #A9B2EC

Text Example


Text Example

White with #A9B2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2EC; }

 p { color: rgb(169,178,236); }

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

background-color css

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

 a { background-color: rgb(169,178,236); }

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

border-color css

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

 span { border-color: rgb(169,178,236); }

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