Shades of Nepal #94BBC9
Tints of Nepal #94BBC9
RGB
CMYK
RGB Variations
Color information
#94BBC9 (or 0x94BBC9) is known color: Nepal. HEX triplet: 94, BB and C9. RGB value is (148,187,201). Sum of RGB (Red+Green+Blue) = 148+187+201=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #94BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBC9 is #6B4436. Grayscale: #B0B0B0. Windows color (decimal): -7029815 or 13220756. OLE color: 13220756.
HSL color Cylindrical-coordinate representation of color #94BBC9: hue angle of 195.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94BBC9 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 187 | 201 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.21 |
| HSL | 195.85º | 0.33% | 0.68% | - |
| HSV(B) | 195.85º | 0.26% | 0.79% | - |
| XYZ | 40.53 | 46.05 | 62.01 | - |
| YUV | 176.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 201 | 0.26 | 0.07 | 0 | 0.21 | 195.85 | 0.33 | 0.68 |
| Hex | 94 | BB | C9 | 1A | 7 | 0 | 15 | C4 | 21 | 44 |
| Octal | 224 | 273 | 311 | 32 | 7 | 0 | 25 | 304 | 41 | 104 |
| Binary | 10010100 | 10111011 | 11001001 | 11010 | 111 | 0 | 10101 | 11000100 | 100001 | 1000100 |
Color Harmonies of #94BBC9
Complementary color
Monochromatic Colors of #94BBC9
Black with #94BBC9
Text Example
Text Example
White with #94BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BBC9; }
p { color: rgb(148,187,201); }
H1.HeaderClassName
{
color: #94BBC9;
}
.AnyTagClassName
{
color: #94BBC9;
}
</style>
background-color css
<style>
a { background-color: #94BBC9; }
a { background-color: rgb(148,187,201); }
div.DivClassName
{
background-color: #94BBC9;
}
.BgClassName
{
background-color: #94BBC9;
}
</style>
border-color css
<style>
span { border-color: #94BBC9; }
span { border-color: rgb(148,187,201); }
td.TdClassName
{
border-color: #94BBC9;
}
.TagClassName
{
border-color: #94BBC9;
}
</style>