Shades of Nepal #94ABBD
Tints of Nepal #94ABBD
RGB
CMYK
RGB Variations
Color information
#94ABBD (or 0x94ABBD) is known color: Nepal. HEX triplet: 94, AB and BD. RGB value is (148,171,189). Sum of RGB (Red+Green+Blue) = 148+171+189=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #94ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABBD is #6B5442. Grayscale: #A6A6A6. Windows color (decimal): -7033923 or 12430228. OLE color: 12430228.
HSL color Cylindrical-coordinate representation of color #94ABBD: hue angle of 206.34º 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 #94ABBD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 171 | 189 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.26 |
| HSL | 206.34º | 0.24% | 0.66% | - |
| HSV(B) | 206.34º | 0.22% | 0.74% | - |
| XYZ | 35.96 | 39.1 | 53.8 | - |
| YUV | 166.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 189 | 0.22 | 0.10 | 0 | 0.26 | 206.34 | 0.24 | 0.66 |
| Hex | 94 | AB | BD | 16 | A | 0 | 1A | CE | 18 | 42 |
| Octal | 224 | 253 | 275 | 26 | 12 | 0 | 32 | 316 | 30 | 102 |
| Binary | 10010100 | 10101011 | 10111101 | 10110 | 1010 | 0 | 11010 | 11001110 | 11000 | 1000010 |
Color Harmonies of #94ABBD
Complementary color
Monochromatic Colors of #94ABBD
Black with #94ABBD
Text Example
Text Example
White with #94ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABBD; }
p { color: rgb(148,171,189); }
H1.HeaderClassName
{
color: #94ABBD;
}
.AnyTagClassName
{
color: #94ABBD;
}
</style>
background-color css
<style>
a { background-color: #94ABBD; }
a { background-color: rgb(148,171,189); }
div.DivClassName
{
background-color: #94ABBD;
}
.BgClassName
{
background-color: #94ABBD;
}
</style>
border-color css
<style>
span { border-color: #94ABBD; }
span { border-color: rgb(148,171,189); }
td.TdClassName
{
border-color: #94ABBD;
}
.TagClassName
{
border-color: #94ABBD;
}
</style>