Html Css Color HEX #8CABC0 Nepal

📋 copy color: '#8CABC0'

red 140 ◦ green 171 ◦ blue 192

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

Shades of Nepal #8CABC0

Tints of Nepal #8CABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 27.83%
G = 34%
B = 38.17%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CABC0 (or 0x8CABC0) is known color: Nepal. HEX triplet: 8C, AB and C0. RGB value is (140,171,192). Sum of RGB (Red+Green+Blue) = 140+171+192=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #8CABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABC0 is #73543F. Grayscale: #A4A4A4. Windows color (decimal): -7558208 or 12626828. OLE color: 12626828.

HSL color Cylindrical-coordinate representation of color #8CABC0: hue angle of 204.23º degrees, saturation: 0.29, 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 #8CABC0 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 171 192 -
CMYK 0.27 0.11 0 0.25
HSL 204.23º 0.29% 0.65% -
HSV(B) 204.23º 0.27% 0.75% -
XYZ 34.89 38.51 55.46 -
YUV 164.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 140 171 192 0.27 0.11 0 0.25 204.23 0.29 0.65
Hex 8C AB C0 1B B 0 19 CC 1D 41
Octal 214 253 300 33 13 0 31 314 35 101
Binary 10001100 10101011 11000000 11011 1011 0 11001 11001100 11101 1000001

Color Harmonies of #8CABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABC0

Black with #8CABC0

Text Example


Text Example

White with #8CABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,192); }

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

background-color css

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

 a { background-color: rgb(140,171,192); }

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

border-color css

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

 span { border-color: rgb(140,171,192); }

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