Html Css Color HEX #A6BAE4 Perano

📋 copy color: '#A6BAE4'

red 166 ◦ green 186 ◦ blue 228

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

Shades of Perano #A6BAE4

Tints of Perano #A6BAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.31%

R = 28.62%
G = 32.07%
B = 39.31%

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

#A6BAE4 (or 0xA6BAE4) is known color: Perano. HEX triplet: A6, BA and E4. RGB value is (166,186,228). Sum of RGB (Red+Green+Blue) = 166+186+228=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6BAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAE4 is #59451B. Grayscale: #B8B8B8. Windows color (decimal): -5850396 or 14989990. OLE color: 14989990.

HSL color Cylindrical-coordinate representation of color #A6BAE4: hue angle of 220.65º degrees, saturation: 0.53, 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 #A6BAE4 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 186 228 -
CMYK 0.27 0.18 0 0.11
HSL 220.65º 0.53% 0.77% -
HSV(B) 220.65º 0.27% 0.89% -
XYZ 47.29 48.83 80.33 -
YUV 184.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 166 186 228 0.27 0.18 0 0.11 220.65 0.53 0.77
Hex A6 BA E4 1B 12 0 B DD 35 4D
Octal 246 272 344 33 22 0 13 335 65 115
Binary 10100110 10111010 11100100 11011 10010 0 1011 11011101 110101 1001101

Color Harmonies of #A6BAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAE4

Black with #A6BAE4

Text Example


Text Example

White with #A6BAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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