Html Css Color HEX #8CABBB Nepal

📋 copy color: '#8CABBB'

red 140 ◦ green 171 ◦ blue 187

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

Shades of Nepal #8CABBB

Tints of Nepal #8CABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 28.11%
G = 34.34%
B = 37.55%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CABBB (or 0x8CABBB) is known color: Nepal. HEX triplet: 8C, AB and BB. RGB value is (140,171,187). Sum of RGB (Red+Green+Blue) = 140+171+187=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABBB is #735444. Grayscale: #A3A3A3. Windows color (decimal): -7558213 or 12299148. OLE color: 12299148.

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

Color convert

RGB 140 171 187 -
CMYK 0.25 0.09 0 0.27
HSL 200.43º 0.26% 0.64% -
HSV(B) 200.43º 0.25% 0.73% -
XYZ 34.35 38.29 52.59 -
YUV 163.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 140 171 187 0.25 0.09 0 0.27 200.43 0.26 0.64
Hex 8C AB BB 19 9 0 1B C8 1A 40
Octal 214 253 273 31 11 0 33 310 32 100
Binary 10001100 10101011 10111011 11001 1001 0 11011 11001000 11010 1000000

Color Harmonies of #8CABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABBB

Black with #8CABBB

Text Example


Text Example

White with #8CABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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