Shades of Nepal #8BB4C8
Tints of Nepal #8BB4C8
RGB
CMYK
RGB Variations
Color information
#8BB4C8 (or 0x8BB4C8) is known color: Nepal. HEX triplet: 8B, B4 and C8. RGB value is (139,180,200). Sum of RGB (Red+Green+Blue) = 139+180+200=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BB4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4C8 is #744B37. Grayscale: #A9A9A9. Windows color (decimal): -7621432 or 13153419. OLE color: 13153419.
HSL color Cylindrical-coordinate representation of color #8BB4C8: hue angle of 199.67º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB4C8 is Cyan = 0.30, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 180 | 200 | - |
| CMYK | 0.30 | 0.1 | 0 | 0.22 |
| HSL | 199.67º | 0.36% | 0.66% | - |
| HSV(B) | 199.67º | 0.31% | 0.78% | - |
| XYZ | 37.39 | 42.3 | 60.84 | - |
| YUV | 170.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 200 | 0.30 | 0.1 | 0 | 0.22 | 199.67 | 0.36 | 0.66 |
| Hex | 8B | B4 | C8 | 1E | A | 0 | 16 | C8 | 24 | 42 |
| Octal | 213 | 264 | 310 | 36 | 12 | 0 | 26 | 310 | 44 | 102 |
| Binary | 10001011 | 10110100 | 11001000 | 11110 | 1010 | 0 | 10110 | 11001000 | 100100 | 1000010 |
Color Harmonies of #8BB4C8
Complementary color
Monochromatic Colors of #8BB4C8
Black with #8BB4C8
Text Example
Text Example
White with #8BB4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4C8; }
p { color: rgb(139,180,200); }
H1.HeaderClassName
{
color: #8BB4C8;
}
.AnyTagClassName
{
color: #8BB4C8;
}
</style>
background-color css
<style>
a { background-color: #8BB4C8; }
a { background-color: rgb(139,180,200); }
div.DivClassName
{
background-color: #8BB4C8;
}
.BgClassName
{
background-color: #8BB4C8;
}
</style>
border-color css
<style>
span { border-color: #8BB4C8; }
span { border-color: rgb(139,180,200); }
td.TdClassName
{
border-color: #8BB4C8;
}
.TagClassName
{
border-color: #8BB4C8;
}
</style>