Shades of Logan #9996BC
Tints of Logan #9996BC
RGB
CMYK
RGB Variations
Color information
#9996BC (or 0x9996BC) is known color: Logan. HEX triplet: 99, 96 and BC. RGB value is (153,150,188). Sum of RGB (Red+Green+Blue) = 153+150+188=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #9996BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996BC is #666943. Grayscale: #9B9B9B. Windows color (decimal): -6711620 or 12359321. OLE color: 12359321.
HSL color Cylindrical-coordinate representation of color #9996BC: hue angle of 244.74º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9996BC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 150 | 188 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.26 |
| HSL | 244.74º | 0.22% | 0.66% | - |
| HSV(B) | 244.74º | 0.2% | 0.74% | - |
| XYZ | 33.12 | 32.22 | 52.05 | - |
| YUV | 155.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 188 | 0.19 | 0.20 | 0 | 0.26 | 244.74 | 0.22 | 0.66 |
| Hex | 99 | 96 | BC | 13 | 14 | 0 | 1A | F5 | 16 | 42 |
| Octal | 231 | 226 | 274 | 23 | 24 | 0 | 32 | 365 | 26 | 102 |
| Binary | 10011001 | 10010110 | 10111100 | 10011 | 10100 | 0 | 11010 | 11110101 | 10110 | 1000010 |
Color Harmonies of #9996BC
Complementary color
Monochromatic Colors of #9996BC
Black with #9996BC
Text Example
Text Example
White with #9996BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996BC; }
p { color: rgb(153,150,188); }
H1.HeaderClassName
{
color: #9996BC;
}
.AnyTagClassName
{
color: #9996BC;
}
</style>
background-color css
<style>
a { background-color: #9996BC; }
a { background-color: rgb(153,150,188); }
div.DivClassName
{
background-color: #9996BC;
}
.BgClassName
{
background-color: #9996BC;
}
</style>
border-color css
<style>
span { border-color: #9996BC; }
span { border-color: rgb(153,150,188); }
td.TdClassName
{
border-color: #9996BC;
}
.TagClassName
{
border-color: #9996BC;
}
</style>