Html Css Color HEX #A6BAE5 Perano

📋 copy color: '#A6BAE5'

red 166 ◦ green 186 ◦ blue 229

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

Shades of Perano #A6BAE5

Tints of Perano #A6BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.41%

R = 28.57%
G = 32.01%
B = 39.41%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A6BAE5 (or 0xA6BAE5) is known color: Perano. HEX triplet: A6, BA and E5. RGB value is (166,186,229). Sum of RGB (Red+Green+Blue) = 166+186+229=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAE5 is #59451A. Grayscale: #B8B8B8. Windows color (decimal): -5850395 or 15055526. OLE color: 15055526.

HSL color Cylindrical-coordinate representation of color #A6BAE5: hue angle of 220.95º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6BAE5 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 186 229 -
CMYK 0.28 0.19 0 0.10
HSL 220.95º 0.55% 0.77% -
HSV(B) 220.95º 0.28% 0.9% -
XYZ 47.43 48.88 81.06 -
YUV 184.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 166 186 229 0.28 0.19 0 0.10 220.95 0.55 0.77
Hex A6 BA E5 1C 13 0 A DD 37 4D
Octal 246 272 345 34 23 0 12 335 67 115
Binary 10100110 10111010 11100101 11100 10011 0 1010 11011101 110111 1001101

Color Harmonies of #A6BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAE5

Black with #A6BAE5

Text Example


Text Example

White with #A6BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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