Html Css Color HEX #8CA7BC Nepal

📋 copy color: '#8CA7BC'

red 140 ◦ green 167 ◦ blue 188

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

Shades of Nepal #8CA7BC

Tints of Nepal #8CA7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 28.28%
G = 33.74%
B = 37.98%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CA7BC (or 0x8CA7BC) is known color: Nepal. HEX triplet: 8C, A7 and BC. RGB value is (140,167,188). Sum of RGB (Red+Green+Blue) = 140+167+188=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7BC is #735843. Grayscale: #A1A1A1. Windows color (decimal): -7559236 or 12363660. OLE color: 12363660.

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

Color convert

RGB 140 167 188 -
CMYK 0.26 0.11 0 0.26
HSL 206.25º 0.26% 0.64% -
HSV(B) 206.25º 0.26% 0.74% -
XYZ 33.71 36.84 52.91 -
YUV 161.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 140 167 188 0.26 0.11 0 0.26 206.25 0.26 0.64
Hex 8C A7 BC 1A B 0 1A CE 1A 40
Octal 214 247 274 32 13 0 32 316 32 100
Binary 10001100 10100111 10111100 11010 1011 0 11010 11001110 11010 1000000

Color Harmonies of #8CA7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA7BC

Black with #8CA7BC

Text Example


Text Example

White with #8CA7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,167,188); }

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

background-color css

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

 a { background-color: rgb(140,167,188); }

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

border-color css

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

 span { border-color: rgb(140,167,188); }

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