Html Css Color HEX #A6BAE3 Perano

📋 copy color: '#A6BAE3'

red 166 ◦ green 186 ◦ blue 227

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

Shades of Perano #A6BAE3

Tints of Perano #A6BAE3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.12%

 BLUE value IS 227 (89.06% from 255) = 39.21%

R = 28.67%
G = 32.12%
B = 39.21%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A6BAE3 (or 0xA6BAE3) is known color: Perano. HEX triplet: A6, BA and E3. RGB value is (166,186,227). Sum of RGB (Red+Green+Blue) = 166+186+227=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6BAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAE3 is #59451C. Grayscale: #B8B8B8. Windows color (decimal): -5850397 or 14924454. OLE color: 14924454.

HSL color Cylindrical-coordinate representation of color #A6BAE3: hue angle of 220.33º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6BAE3 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 186 227 -
CMYK 0.27 0.18 0 0.11
HSL 220.33º 0.52% 0.77% -
HSV(B) 220.33º 0.27% 0.89% -
XYZ 47.15 48.77 79.6 -
YUV 184.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 166 186 227 0.27 0.18 0 0.11 220.33 0.52 0.77
Hex A6 BA E3 1B 12 0 B DC 34 4D
Octal 246 272 343 33 22 0 13 334 64 115
Binary 10100110 10111010 11100011 11011 10010 0 1011 11011100 110100 1001101

Color Harmonies of #A6BAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAE3

Black with #A6BAE3

Text Example


Text Example

White with #A6BAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAE3; }

 p { color: rgb(166,186,227); }

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

background-color css

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

 a { background-color: rgb(166,186,227); }

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

border-color css

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

 span { border-color: rgb(166,186,227); }

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