Html Css Color HEX #8CA6BB Nepal

📋 copy color: '#8CA6BB'

red 140 ◦ green 166 ◦ blue 187

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

Shades of Nepal #8CA6BB

Tints of Nepal #8CA6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 28.4%
G = 33.67%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CA6BB (or 0x8CA6BB) is known color: Nepal. HEX triplet: 8C, A6 and BB. RGB value is (140,166,187). Sum of RGB (Red+Green+Blue) = 140+166+187=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6BB is #735944. Grayscale: #A0A0A0. Windows color (decimal): -7559493 or 12297868. OLE color: 12297868.

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

Color convert

RGB 140 166 187 -
CMYK 0.25 0.11 0 0.27
HSL 206.81º 0.26% 0.64% -
HSV(B) 206.81º 0.25% 0.73% -
XYZ 33.42 36.44 52.29 -
YUV 160.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 140 166 187 0.25 0.11 0 0.27 206.81 0.26 0.64
Hex 8C A6 BB 19 B 0 1B CF 1A 40
Octal 214 246 273 31 13 0 33 317 32 100
Binary 10001100 10100110 10111011 11001 1011 0 11011 11001111 11010 1000000

Color Harmonies of #8CA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA6BB

Black with #8CA6BB

Text Example


Text Example

White with #8CA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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