Shades of Sinbad #B0CECA
Tints of Sinbad #B0CECA
RGB
CMYK
RGB Variations
Color information
#B0CECA (or 0xB0CECA) is known color: Sinbad. HEX triplet: B0, CE and CA. RGB value is (176,206,202). Sum of RGB (Red+Green+Blue) = 176+206+202=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CECA is #4F3135. Grayscale: #C4C4C4. Windows color (decimal): -5189942 or 13291184. OLE color: 13291184.
HSL color Cylindrical-coordinate representation of color #B0CECA: hue angle of 172º 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 #B0CECA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 202 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.19 |
| HSL | 172º | 0.23% | 0.75% | - |
| HSV(B) | 172º | 0.15% | 0.81% | - |
| XYZ | 50.64 | 57.64 | 64.33 | - |
| YUV | 196.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 202 | 0.15 | 0 | 0.02 | 0.19 | 172 | 0.23 | 0.75 |
| Hex | B0 | CE | CA | F | 0 | 2 | 13 | AC | 17 | 4B |
| Octal | 260 | 316 | 312 | 17 | 0 | 2 | 23 | 254 | 27 | 113 |
| Binary | 10110000 | 11001110 | 11001010 | 1111 | 0 | 10 | 10011 | 10101100 | 10111 | 1001011 |
Color Harmonies of #B0CECA
Complementary color
Monochromatic Colors of #B0CECA
Black with #B0CECA
Text Example
Text Example
White with #B0CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CECA; }
p { color: rgb(176,206,202); }
H1.HeaderClassName
{
color: #B0CECA;
}
.AnyTagClassName
{
color: #B0CECA;
}
</style>
background-color css
<style>
a { background-color: #B0CECA; }
a { background-color: rgb(176,206,202); }
div.DivClassName
{
background-color: #B0CECA;
}
.BgClassName
{
background-color: #B0CECA;
}
</style>
border-color css
<style>
span { border-color: #B0CECA; }
span { border-color: rgb(176,206,202); }
td.TdClassName
{
border-color: #B0CECA;
}
.TagClassName
{
border-color: #B0CECA;
}
</style>