Html Css Color HEX #A9B1EC Perano

📋 copy color: '#A9B1EC'

red 169 ◦ green 177 ◦ blue 236

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

Shades of Perano #A9B1EC

Tints of Perano #A9B1EC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.41%

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

R = 29.04%
G = 30.41%
B = 40.55%

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

#A9B1EC (or 0xA9B1EC) is known color: Perano. HEX triplet: A9, B1 and EC. RGB value is (169,177,236). Sum of RGB (Red+Green+Blue) = 169+177+236=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9B1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B1EC is #564E13. Grayscale: #B5B5B5. Windows color (decimal): -5656084 or 15511977. OLE color: 15511977.

HSL color Cylindrical-coordinate representation of color #A9B1EC: hue angle of 232.84º 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 #A9B1EC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 177 236 -
CMYK 0.28 0.25 0 0.07
HSL 232.84º 0.64% 0.79% -
HSV(B) 232.84º 0.28% 0.93% -
XYZ 47.22 45.94 85.73 -
YUV 181.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 169 177 236 0.28 0.25 0 0.07 232.84 0.64 0.79
Hex A9 B1 EC 1C 19 0 7 E9 40 4F
Octal 251 261 354 34 31 0 7 351 100 117
Binary 10101001 10110001 11101100 11100 11001 0 111 11101001 1000000 1001111

Color Harmonies of #A9B1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B1EC

Black with #A9B1EC

Text Example


Text Example

White with #A9B1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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