Html Css Color HEX #8CADBC Nepal

📋 copy color: '#8CADBC'

red 140 ◦ green 173 ◦ blue 188

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

Shades of Nepal #8CADBC

Tints of Nepal #8CADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

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

R = 27.94%
G = 34.53%
B = 37.52%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CADBC (or 0x8CADBC) is known color: Nepal. HEX triplet: 8C, AD and BC. RGB value is (140,173,188). Sum of RGB (Red+Green+Blue) = 140+173+188=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADBC is #735243. Grayscale: #A4A4A4. Windows color (decimal): -7557700 or 12365196. OLE color: 12365196.

HSL color Cylindrical-coordinate representation of color #8CADBC: hue angle of 198.75º 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 #8CADBC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 173 188 -
CMYK 0.26 0.08 0 0.26
HSL 198.75º 0.26% 0.64% -
HSV(B) 198.75º 0.26% 0.74% -
XYZ 34.84 39.09 53.29 -
YUV 164.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 140 173 188 0.26 0.08 0 0.26 198.75 0.26 0.64
Hex 8C AD BC 1A 8 0 1A C7 1A 40
Octal 214 255 274 32 10 0 32 307 32 100
Binary 10001100 10101101 10111100 11010 1000 0 11010 11000111 11010 1000000

Color Harmonies of #8CADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADBC

Black with #8CADBC

Text Example


Text Example

White with #8CADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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