Html Css Color HEX #8AA6BA Nepal

📋 copy color: '#8AA6BA'

red 138 ◦ green 166 ◦ blue 186

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

Shades of Nepal #8AA6BA

Tints of Nepal #8AA6BA

RGB

 RED value IS 138 (54.3% from 255) = 28.16%

 GREEN value IS 166 (65.23% from 255) = 33.88%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 28.16%
G = 33.88%
B = 37.96%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8AA6BA (or 0x8AA6BA) is known color: Nepal. HEX triplet: 8A, A6 and BA. RGB value is (138,166,186). Sum of RGB (Red+Green+Blue) = 138+166+186=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6BA is #755945. Grayscale: #9F9F9F. Windows color (decimal): -7690566 or 12232330. OLE color: 12232330.

HSL color Cylindrical-coordinate representation of color #8AA6BA: hue angle of 205º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AA6BA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 166 186 -
CMYK 0.26 0.11 0 0.27
HSL 205º 0.26% 0.64% -
HSV(B) 205º 0.26% 0.73% -
XYZ 32.98 36.22 51.71 -
YUV 159.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 138 166 186 0.26 0.11 0 0.27 205 0.26 0.64
Hex 8A A6 BA 1A B 0 1B CD 1A 40
Octal 212 246 272 32 13 0 33 315 32 100
Binary 10001010 10100110 10111010 11010 1011 0 11011 11001101 11010 1000000

Color Harmonies of #8AA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6BA

Black with #8AA6BA

Text Example


Text Example

White with #8AA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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