Shades of Sinbad #B0D0CF
Tints of Sinbad #B0D0CF
RGB
CMYK
RGB Variations
Color information
#B0D0CF (or 0xB0D0CF) is known color: Sinbad. HEX triplet: B0, D0 and CF. RGB value is (176,208,207). Sum of RGB (Red+Green+Blue) = 176+208+207=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0CF is #4F2F30. Grayscale: #C6C6C6. Windows color (decimal): -5189425 or 13619376. OLE color: 13619376.
HSL color Cylindrical-coordinate representation of color #B0D0CF: hue angle of 178.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0D0CF is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 207 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.18 |
| HSL | 178.13º | 0.25% | 0.75% | - |
| HSV(B) | 178.13º | 0.15% | 0.82% | - |
| XYZ | 51.72 | 58.85 | 67.66 | - |
| YUV | 198.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 207 | 0.15 | 0 | 0.00 | 0.18 | 178.13 | 0.25 | 0.75 |
| Hex | B0 | D0 | CF | F | 0 | 0 | 12 | B2 | 19 | 4B |
| Octal | 260 | 320 | 317 | 17 | 0 | 0 | 22 | 262 | 31 | 113 |
| Binary | 10110000 | 11010000 | 11001111 | 1111 | 0 | 0 | 10010 | 10110010 | 11001 | 1001011 |
Color Harmonies of #B0D0CF
Complementary color
Monochromatic Colors of #B0D0CF
Black with #B0D0CF
Text Example
Text Example
White with #B0D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0CF; }
p { color: rgb(176,208,207); }
H1.HeaderClassName
{
color: #B0D0CF;
}
.AnyTagClassName
{
color: #B0D0CF;
}
</style>
background-color css
<style>
a { background-color: #B0D0CF; }
a { background-color: rgb(176,208,207); }
div.DivClassName
{
background-color: #B0D0CF;
}
.BgClassName
{
background-color: #B0D0CF;
}
</style>
border-color css
<style>
span { border-color: #B0D0CF; }
span { border-color: rgb(176,208,207); }
td.TdClassName
{
border-color: #B0D0CF;
}
.TagClassName
{
border-color: #B0D0CF;
}
</style>