Html Css Color HEX #A9ABEC Perano

📋 copy color: '#A9ABEC'

red 169 ◦ green 171 ◦ blue 236

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

Shades of Perano #A9ABEC

Tints of Perano #A9ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.69%

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

R = 29.34%
G = 29.69%
B = 40.97%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9ABEC (or 0xA9ABEC) is known color: Perano. HEX triplet: A9, AB and EC. RGB value is (169,171,236). Sum of RGB (Red+Green+Blue) = 169+171+236=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABEC is #565413. Grayscale: #B1B1B1. Windows color (decimal): -5657620 or 15510441. OLE color: 15510441.

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

Color convert

RGB 169 171 236 -
CMYK 0.28 0.28 0 0.07
HSL 238.21º 0.64% 0.79% -
HSV(B) 238.21º 0.28% 0.93% -
XYZ 46.07 43.62 85.35 -
YUV 177.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 169 171 236 0.28 0.28 0 0.07 238.21 0.64 0.79
Hex A9 AB EC 1C 1C 0 7 EE 40 4F
Octal 251 253 354 34 34 0 7 356 100 117
Binary 10101001 10101011 11101100 11100 11100 0 111 11101110 1000000 1001111

Color Harmonies of #A9ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABEC

Black with #A9ABEC

Text Example


Text Example

White with #A9ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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