Shades of Nepal #8BB4C9
Tints of Nepal #8BB4C9
RGB
CMYK
RGB Variations
Color information
#8BB4C9 (or 0x8BB4C9) is known color: Nepal. HEX triplet: 8B, B4 and C9. RGB value is (139,180,201). Sum of RGB (Red+Green+Blue) = 139+180+201=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BB4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4C9 is #744B36. Grayscale: #AAAAAA. Windows color (decimal): -7621431 or 13218955. OLE color: 13218955.
HSL color Cylindrical-coordinate representation of color #8BB4C9: hue angle of 200.32º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB4C9 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 180 | 201 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.21 |
| HSL | 200.32º | 0.36% | 0.67% | - |
| HSV(B) | 200.32º | 0.31% | 0.79% | - |
| XYZ | 37.51 | 42.35 | 61.46 | - |
| YUV | 170.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 201 | 0.31 | 0.10 | 0 | 0.21 | 200.32 | 0.36 | 0.67 |
| Hex | 8B | B4 | C9 | 1F | A | 0 | 15 | C8 | 24 | 43 |
| Octal | 213 | 264 | 311 | 37 | 12 | 0 | 25 | 310 | 44 | 103 |
| Binary | 10001011 | 10110100 | 11001001 | 11111 | 1010 | 0 | 10101 | 11001000 | 100100 | 1000011 |
Color Harmonies of #8BB4C9
Complementary color
Monochromatic Colors of #8BB4C9
Black with #8BB4C9
Text Example
Text Example
White with #8BB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4C9; }
p { color: rgb(139,180,201); }
H1.HeaderClassName
{
color: #8BB4C9;
}
.AnyTagClassName
{
color: #8BB4C9;
}
</style>
background-color css
<style>
a { background-color: #8BB4C9; }
a { background-color: rgb(139,180,201); }
div.DivClassName
{
background-color: #8BB4C9;
}
.BgClassName
{
background-color: #8BB4C9;
}
</style>
border-color css
<style>
span { border-color: #8BB4C9; }
span { border-color: rgb(139,180,201); }
td.TdClassName
{
border-color: #8BB4C9;
}
.TagClassName
{
border-color: #8BB4C9;
}
</style>