Html Css Color HEX #A6ABEC Perano

📋 copy color: '#A6ABEC'

red 166 ◦ green 171 ◦ blue 236

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

Shades of Perano #A6ABEC

Tints of Perano #A6ABEC

RGB

 RED value IS 166 (65.23% from 255) = 28.97%

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

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

R = 28.97%
G = 29.84%
B = 41.19%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6ABEC (or 0xA6ABEC) is known color: Perano. HEX triplet: A6, AB and EC. RGB value is (166,171,236). Sum of RGB (Red+Green+Blue) = 166+171+236=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABEC is #595413. Grayscale: #B0B0B0. Windows color (decimal): -5854228 or 15510438. OLE color: 15510438.

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

Color convert

RGB 166 171 236 -
CMYK 0.30 0.28 0 0.07
HSL 235.71º 0.65% 0.79% -
HSV(B) 235.71º 0.3% 0.93% -
XYZ 45.43 43.29 85.32 -
YUV 176.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 166 171 236 0.30 0.28 0 0.07 235.71 0.65 0.79
Hex A6 AB EC 1E 1C 0 7 EC 41 4F
Octal 246 253 354 36 34 0 7 354 101 117
Binary 10100110 10101011 11101100 11110 11100 0 111 11101100 1000001 1001111

Color Harmonies of #A6ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABEC

Black with #A6ABEC

Text Example


Text Example

White with #A6ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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