Shades of Nepal #8BADBD
Tints of Nepal #8BADBD
RGB
CMYK
RGB Variations
Color information
#8BADBD (or 0x8BADBD) is known color: Nepal. HEX triplet: 8B, AD and BD. RGB value is (139,173,189). Sum of RGB (Red+Green+Blue) = 139+173+189=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADBD is #745242. Grayscale: #A4A4A4. Windows color (decimal): -7623235 or 12430731. OLE color: 12430731.
HSL color Cylindrical-coordinate representation of color #8BADBD: hue angle of 199.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BADBD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 173 | 189 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.26 |
| HSL | 199.2º | 0.27% | 0.64% | - |
| HSV(B) | 199.2º | 0.26% | 0.74% | - |
| XYZ | 34.78 | 39.05 | 53.85 | - |
| YUV | 164.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 189 | 0.26 | 0.08 | 0 | 0.26 | 199.2 | 0.27 | 0.64 |
| Hex | 8B | AD | BD | 1A | 8 | 0 | 1A | C7 | 1B | 40 |
| Octal | 213 | 255 | 275 | 32 | 10 | 0 | 32 | 307 | 33 | 100 |
| Binary | 10001011 | 10101101 | 10111101 | 11010 | 1000 | 0 | 11010 | 11000111 | 11011 | 1000000 |
Color Harmonies of #8BADBD
Complementary color
Monochromatic Colors of #8BADBD
Black with #8BADBD
Text Example
Text Example
White with #8BADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADBD; }
p { color: rgb(139,173,189); }
H1.HeaderClassName
{
color: #8BADBD;
}
.AnyTagClassName
{
color: #8BADBD;
}
</style>
background-color css
<style>
a { background-color: #8BADBD; }
a { background-color: rgb(139,173,189); }
div.DivClassName
{
background-color: #8BADBD;
}
.BgClassName
{
background-color: #8BADBD;
}
</style>
border-color css
<style>
span { border-color: #8BADBD; }
span { border-color: rgb(139,173,189); }
td.TdClassName
{
border-color: #8BADBD;
}
.TagClassName
{
border-color: #8BADBD;
}
</style>