Shades of Nepal #93B0BD
Tints of Nepal #93B0BD
RGB
CMYK
RGB Variations
Color information
#93B0BD (or 0x93B0BD) is known color: Nepal. HEX triplet: 93, B0 and BD. RGB value is (147,176,189). Sum of RGB (Red+Green+Blue) = 147+176+189=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #93B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0BD is #6C4F42. Grayscale: #A8A8A8. Windows color (decimal): -7098179 or 12431507. OLE color: 12431507.
HSL color Cylindrical-coordinate representation of color #93B0BD: hue angle of 198.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B0BD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 176 | 189 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.26 |
| HSL | 198.57º | 0.24% | 0.66% | - |
| HSV(B) | 198.57º | 0.22% | 0.74% | - |
| XYZ | 36.74 | 40.93 | 54.11 | - |
| YUV | 168.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 189 | 0.22 | 0.07 | 0 | 0.26 | 198.57 | 0.24 | 0.66 |
| Hex | 93 | B0 | BD | 16 | 7 | 0 | 1A | C7 | 18 | 42 |
| Octal | 223 | 260 | 275 | 26 | 7 | 0 | 32 | 307 | 30 | 102 |
| Binary | 10010011 | 10110000 | 10111101 | 10110 | 111 | 0 | 11010 | 11000111 | 11000 | 1000010 |
Color Harmonies of #93B0BD
Complementary color
Monochromatic Colors of #93B0BD
Black with #93B0BD
Text Example
Text Example
White with #93B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0BD; }
p { color: rgb(147,176,189); }
H1.HeaderClassName
{
color: #93B0BD;
}
.AnyTagClassName
{
color: #93B0BD;
}
</style>
background-color css
<style>
a { background-color: #93B0BD; }
a { background-color: rgb(147,176,189); }
div.DivClassName
{
background-color: #93B0BD;
}
.BgClassName
{
background-color: #93B0BD;
}
</style>
border-color css
<style>
span { border-color: #93B0BD; }
span { border-color: rgb(147,176,189); }
td.TdClassName
{
border-color: #93B0BD;
}
.TagClassName
{
border-color: #93B0BD;
}
</style>