Html Css Color HEX #A6B9E0 Perano

📋 copy color: '#A6B9E0'

red 166 ◦ green 185 ◦ blue 224

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

Shades of Perano #A6B9E0

Tints of Perano #A6B9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 28.87%
G = 32.17%
B = 38.96%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A6B9E0 (or 0xA6B9E0) is known color: Perano. HEX triplet: A6, B9 and E0. RGB value is (166,185,224). Sum of RGB (Red+Green+Blue) = 166+185+224=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6B9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9E0 is #59461F. Grayscale: #B7B7B7. Windows color (decimal): -5850656 or 14727590. OLE color: 14727590.

HSL color Cylindrical-coordinate representation of color #A6B9E0: hue angle of 220.34º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B9E0 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 185 224 -
CMYK 0.26 0.17 0 0.12
HSL 220.34º 0.48% 0.76% -
HSV(B) 220.34º 0.26% 0.88% -
XYZ 46.53 48.19 77.37 -
YUV 183.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 166 185 224 0.26 0.17 0 0.12 220.34 0.48 0.76
Hex A6 B9 E0 1A 11 0 C DC 30 4C
Octal 246 271 340 32 21 0 14 334 60 114
Binary 10100110 10111001 11100000 11010 10001 0 1100 11011100 110000 1001100

Color Harmonies of #A6B9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9E0

Black with #A6B9E0

Text Example


Text Example

White with #A6B9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9E0; }

 p { color: rgb(166,185,224); }

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

background-color css

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

 a { background-color: rgb(166,185,224); }

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

border-color css

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

 span { border-color: rgb(166,185,224); }

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