Shades of Skeptic #9FBEB0
Tints of Skeptic #9FBEB0
RGB
CMYK
RGB Variations
Color information
#9FBEB0 (or 0x9FBEB0) is known color: Skeptic. HEX triplet: 9F, BE and B0. RGB value is (159,190,176). Sum of RGB (Red+Green+Blue) = 159+190+176=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEB0 is #60414F. Grayscale: #B3B3B3. Windows color (decimal): -6308176 or 11583135. OLE color: 11583135.
HSL color Cylindrical-coordinate representation of color #9FBEB0: hue angle of 152.9º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEB0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 190 | 176 | - |
CMYK | 0.16 | 0 | 0.07 | 0.25 |
HSL | 152.9º | 0.19% | 0.68% | - |
HSV(B) | 152.9º | 0.16% | 0.75% | - |
XYZ | 40.55 | 47.33 | 48.07 | - |
YUV | 179.14 | 126.23 | 113.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 176 | 0.16 | 0 | 0.07 | 0.25 | 152.9 | 0.19 | 0.68 |
Hex | 9F | BE | B0 | 10 | 0 | 7 | 19 | 99 | 13 | 44 |
Octal | 237 | 276 | 260 | 20 | 0 | 7 | 31 | 231 | 23 | 104 |
Binary | 10011111 | 10111110 | 10110000 | 10000 | 0 | 111 | 11001 | 10011001 | 10011 | 1000100 |
Color Harmonies of #9FBEB0
Complementary color
Monochromatic Colors of #9FBEB0
Black with #9FBEB0
Text Example
Text Example
White with #9FBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEB0; }
p { color: rgb(159,190,176); }
H1.HeaderClassName
{
color: #9FBEB0;
}
.AnyTagClassName
{
color: #9FBEB0;
}
</style>
background-color css
<style>
a { background-color: #9FBEB0; }
a { background-color: rgb(159,190,176); }
div.DivClassName
{
background-color: #9FBEB0;
}
.BgClassName
{
background-color: #9FBEB0;
}
</style>
border-color css
<style>
span { border-color: #9FBEB0; }
span { border-color: rgb(159,190,176); }
td.TdClassName
{
border-color: #9FBEB0;
}
.TagClassName
{
border-color: #9FBEB0;
}
</style>