Shades of Sinbad #B0CECB
Tints of Sinbad #B0CECB
RGB
CMYK
RGB Variations
Color information
#B0CECB (or 0xB0CECB) is known color: Sinbad. HEX triplet: B0, CE and CB. RGB value is (176,206,203). Sum of RGB (Red+Green+Blue) = 176+206+203=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CECB is #4F3134. Grayscale: #C4C4C4. Windows color (decimal): -5189941 or 13356720. OLE color: 13356720.
HSL color Cylindrical-coordinate representation of color #B0CECB: hue angle of 174º degrees, saturation: 0.23, 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 #B0CECB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 203 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.19 |
| HSL | 174º | 0.23% | 0.75% | - |
| HSV(B) | 174º | 0.15% | 0.81% | - |
| XYZ | 50.76 | 57.68 | 64.96 | - |
| YUV | 196.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 203 | 0.15 | 0 | 0.01 | 0.19 | 174 | 0.23 | 0.75 |
| Hex | B0 | CE | CB | F | 0 | 1 | 13 | AE | 17 | 4B |
| Octal | 260 | 316 | 313 | 17 | 0 | 1 | 23 | 256 | 27 | 113 |
| Binary | 10110000 | 11001110 | 11001011 | 1111 | 0 | 1 | 10011 | 10101110 | 10111 | 1001011 |
Color Harmonies of #B0CECB
Complementary color
Monochromatic Colors of #B0CECB
Black with #B0CECB
Text Example
Text Example
White with #B0CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CECB; }
p { color: rgb(176,206,203); }
H1.HeaderClassName
{
color: #B0CECB;
}
.AnyTagClassName
{
color: #B0CECB;
}
</style>
background-color css
<style>
a { background-color: #B0CECB; }
a { background-color: rgb(176,206,203); }
div.DivClassName
{
background-color: #B0CECB;
}
.BgClassName
{
background-color: #B0CECB;
}
</style>
border-color css
<style>
span { border-color: #B0CECB; }
span { border-color: rgb(176,206,203); }
td.TdClassName
{
border-color: #B0CECB;
}
.TagClassName
{
border-color: #B0CECB;
}
</style>