Html Css Color HEX #8CA6BF Nepal

📋 copy color: '#8CA6BF'

red 140 ◦ green 166 ◦ blue 191

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

Shades of Nepal #8CA6BF

Tints of Nepal #8CA6BF

RGB

 RED value IS 140 (55.08% from 255) = 28.17%

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

 BLUE value IS 191 (75% from 255) = 38.43%

R = 28.17%
G = 33.4%
B = 38.43%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CA6BF (or 0x8CA6BF) is known color: Nepal. HEX triplet: 8C, A6 and BF. RGB value is (140,166,191). Sum of RGB (Red+Green+Blue) = 140+166+191=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6BF is #735940. Grayscale: #A0A0A0. Windows color (decimal): -7559489 or 12560012. OLE color: 12560012.

HSL color Cylindrical-coordinate representation of color #8CA6BF: hue angle of 209.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CA6BF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 166 191 -
CMYK 0.27 0.13 0 0.25
HSL 209.41º 0.28% 0.65% -
HSV(B) 209.41º 0.27% 0.75% -
XYZ 33.86 36.61 54.57 -
YUV 161.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 140 166 191 0.27 0.13 0 0.25 209.41 0.28 0.65
Hex 8C A6 BF 1B D 0 19 D1 1C 41
Octal 214 246 277 33 15 0 31 321 34 101
Binary 10001100 10100110 10111111 11011 1101 0 11001 11010001 11100 1000001

Color Harmonies of #8CA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6BF

Black with #8CA6BF

Text Example


Text Example

White with #8CA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,191); }

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

background-color css

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

 a { background-color: rgb(140,166,191); }

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

border-color css

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

 span { border-color: rgb(140,166,191); }

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