Html Css Color HEX #8CABBE Nepal

📋 copy color: '#8CABBE'

red 140 ◦ green 171 ◦ blue 190

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

Shades of Nepal #8CABBE

Tints of Nepal #8CABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 27.94%
G = 34.13%
B = 37.92%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CABBE (or 0x8CABBE) is known color: Nepal. HEX triplet: 8C, AB and BE. RGB value is (140,171,190). Sum of RGB (Red+Green+Blue) = 140+171+190=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABBE is #735441. Grayscale: #A3A3A3. Windows color (decimal): -7558210 or 12495756. OLE color: 12495756.

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

Color convert

RGB 140 171 190 -
CMYK 0.26 0.10 0 0.25
HSL 202.8º 0.28% 0.65% -
HSV(B) 202.8º 0.26% 0.75% -
XYZ 34.67 38.42 54.3 -
YUV 163.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 140 171 190 0.26 0.10 0 0.25 202.8 0.28 0.65
Hex 8C AB BE 1A A 0 19 CB 1C 41
Octal 214 253 276 32 12 0 31 313 34 101
Binary 10001100 10101011 10111110 11010 1010 0 11001 11001011 11100 1000001

Color Harmonies of #8CABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABBE

Black with #8CABBE

Text Example


Text Example

White with #8CABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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