Shades of Nepal #94AFBC
Tints of Nepal #94AFBC
RGB
CMYK
RGB Variations
Color information
#94AFBC (or 0x94AFBC) is known color: Nepal. HEX triplet: 94, AF and BC. RGB value is (148,175,188). Sum of RGB (Red+Green+Blue) = 148+175+188=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #94AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFBC is #6B5043. Grayscale: #A8A8A8. Windows color (decimal): -7032900 or 12365716. OLE color: 12365716.
HSL color Cylindrical-coordinate representation of color #94AFBC: hue angle of 199.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94AFBC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 175 | 188 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.26 |
| HSL | 199.5º | 0.23% | 0.66% | - |
| HSV(B) | 199.5º | 0.21% | 0.74% | - |
| XYZ | 36.62 | 40.59 | 53.48 | - |
| YUV | 168.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 188 | 0.21 | 0.07 | 0 | 0.26 | 199.5 | 0.23 | 0.66 |
| Hex | 94 | AF | BC | 15 | 7 | 0 | 1A | C8 | 17 | 42 |
| Octal | 224 | 257 | 274 | 25 | 7 | 0 | 32 | 310 | 27 | 102 |
| Binary | 10010100 | 10101111 | 10111100 | 10101 | 111 | 0 | 11010 | 11001000 | 10111 | 1000010 |
Color Harmonies of #94AFBC
Complementary color
Monochromatic Colors of #94AFBC
Black with #94AFBC
Text Example
Text Example
White with #94AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AFBC; }
p { color: rgb(148,175,188); }
H1.HeaderClassName
{
color: #94AFBC;
}
.AnyTagClassName
{
color: #94AFBC;
}
</style>
background-color css
<style>
a { background-color: #94AFBC; }
a { background-color: rgb(148,175,188); }
div.DivClassName
{
background-color: #94AFBC;
}
.BgClassName
{
background-color: #94AFBC;
}
</style>
border-color css
<style>
span { border-color: #94AFBC; }
span { border-color: rgb(148,175,188); }
td.TdClassName
{
border-color: #94AFBC;
}
.TagClassName
{
border-color: #94AFBC;
}
</style>