Shades of Sinbad #B0CFCC
Tints of Sinbad #B0CFCC
RGB
CMYK
RGB Variations
Color information
#B0CFCC (or 0xB0CFCC) is known color: Sinbad. HEX triplet: B0, CF and CC. RGB value is (176,207,204). Sum of RGB (Red+Green+Blue) = 176+207+204=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFCC is #4F3033. Grayscale: #C5C5C5. Windows color (decimal): -5189684 or 13422512. OLE color: 13422512.
HSL color Cylindrical-coordinate representation of color #B0CFCC: hue angle of 174.19º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFCC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 204 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.19 |
| HSL | 174.19º | 0.24% | 0.75% | - |
| HSV(B) | 174.19º | 0.15% | 0.81% | - |
| XYZ | 51.12 | 58.22 | 65.67 | - |
| YUV | 197.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 204 | 0.15 | 0 | 0.01 | 0.19 | 174.19 | 0.24 | 0.75 |
| Hex | B0 | CF | CC | F | 0 | 1 | 13 | AE | 18 | 4B |
| Octal | 260 | 317 | 314 | 17 | 0 | 1 | 23 | 256 | 30 | 113 |
| Binary | 10110000 | 11001111 | 11001100 | 1111 | 0 | 1 | 10011 | 10101110 | 11000 | 1001011 |
Color Harmonies of #B0CFCC
Complementary color
Monochromatic Colors of #B0CFCC
Black with #B0CFCC
Text Example
Text Example
White with #B0CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFCC; }
p { color: rgb(176,207,204); }
H1.HeaderClassName
{
color: #B0CFCC;
}
.AnyTagClassName
{
color: #B0CFCC;
}
</style>
background-color css
<style>
a { background-color: #B0CFCC; }
a { background-color: rgb(176,207,204); }
div.DivClassName
{
background-color: #B0CFCC;
}
.BgClassName
{
background-color: #B0CFCC;
}
</style>
border-color css
<style>
span { border-color: #B0CFCC; }
span { border-color: rgb(176,207,204); }
td.TdClassName
{
border-color: #B0CFCC;
}
.TagClassName
{
border-color: #B0CFCC;
}
</style>