Shades of Opal #9FCCBD
Tints of Opal #9FCCBD
RGB
CMYK
RGB Variations
Color information
#9FCCBD (or 0x9FCCBD) is known color: Opal. HEX triplet: 9F, CC and BD. RGB value is (159,204,189). Sum of RGB (Red+Green+Blue) = 159+204+189=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCBD is #603342. Grayscale: #BCBCBC. Windows color (decimal): -6304579 or 12438687. OLE color: 12438687.
HSL color Cylindrical-coordinate representation of color #9FCCBD: hue angle of 160º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCCBD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 189 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.2 |
| HSL | 160º | 0.31% | 0.71% | - |
| HSV(B) | 160º | 0.22% | 0.8% | - |
| XYZ | 45.08 | 54.23 | 56.24 | - |
| YUV | 188.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 189 | 0.22 | 0 | 0.07 | 0.2 | 160 | 0.31 | 0.71 |
| Hex | 9F | CC | BD | 16 | 0 | 7 | 14 | A0 | 1F | 47 |
| Octal | 237 | 314 | 275 | 26 | 0 | 7 | 24 | 240 | 37 | 107 |
| Binary | 10011111 | 11001100 | 10111101 | 10110 | 0 | 111 | 10100 | 10100000 | 11111 | 1000111 |
Color Harmonies of #9FCCBD
Complementary color
Monochromatic Colors of #9FCCBD
Black with #9FCCBD
Text Example
Text Example
White with #9FCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCBD; }
p { color: rgb(159,204,189); }
H1.HeaderClassName
{
color: #9FCCBD;
}
.AnyTagClassName
{
color: #9FCCBD;
}
</style>
background-color css
<style>
a { background-color: #9FCCBD; }
a { background-color: rgb(159,204,189); }
div.DivClassName
{
background-color: #9FCCBD;
}
.BgClassName
{
background-color: #9FCCBD;
}
</style>
border-color css
<style>
span { border-color: #9FCCBD; }
span { border-color: rgb(159,204,189); }
td.TdClassName
{
border-color: #9FCCBD;
}
.TagClassName
{
border-color: #9FCCBD;
}
</style>