Html Css Color HEX #8CABBA Nepal

📋 copy color: '#8CABBA'

red 140 ◦ green 171 ◦ blue 186

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

Shades of Nepal #8CABBA

Tints of Nepal #8CABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 28.17%
G = 34.41%
B = 37.42%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CABBA (or 0x8CABBA) is known color: Nepal. HEX triplet: 8C, AB and BA. RGB value is (140,171,186). Sum of RGB (Red+Green+Blue) = 140+171+186=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABBA is #735445. Grayscale: #A3A3A3. Windows color (decimal): -7558214 or 12233612. OLE color: 12233612.

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

Color convert

RGB 140 171 186 -
CMYK 0.25 0.08 0 0.27
HSL 199.57º 0.25% 0.64% -
HSV(B) 199.57º 0.25% 0.73% -
XYZ 34.24 38.25 52.03 -
YUV 163.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 140 171 186 0.25 0.08 0 0.27 199.57 0.25 0.64
Hex 8C AB BA 19 8 0 1B C8 19 40
Octal 214 253 272 31 10 0 33 310 31 100
Binary 10001100 10101011 10111010 11001 1000 0 11011 11001000 11001 1000000

Color Harmonies of #8CABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABBA

Black with #8CABBA

Text Example


Text Example

White with #8CABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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