Shades of Sinbad #B2D5D6
Tints of Sinbad #B2D5D6
RGB
CMYK
RGB Variations
Color information
#B2D5D6 (or 0xB2D5D6) is known color: Sinbad. HEX triplet: B2, D5 and D6. RGB value is (178,213,214). Sum of RGB (Red+Green+Blue) = 178+213+214=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2D5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D5D6 is #4D2A29. Grayscale: #CACACA. Windows color (decimal): -5057066 or 14079410. OLE color: 14079410.
HSL color Cylindrical-coordinate representation of color #B2D5D6: hue angle of 181.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2D5D6 is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 214 | - |
| CMYK | 0.17 | 0.00 | 0 | 0.16 |
| HSL | 181.67º | 0.31% | 0.77% | - |
| HSV(B) | 181.67º | 0.17% | 0.84% | - |
| XYZ | 54.29 | 61.91 | 72.71 | - |
| YUV | 202.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 214 | 0.17 | 0.00 | 0 | 0.16 | 181.67 | 0.31 | 0.77 |
| Hex | B2 | D5 | D6 | 11 | 0 | 0 | 10 | B6 | 1F | 4D |
| Octal | 262 | 325 | 326 | 21 | 0 | 0 | 20 | 266 | 37 | 115 |
| Binary | 10110010 | 11010101 | 11010110 | 10001 | 0 | 0 | 10000 | 10110110 | 11111 | 1001101 |
Color Harmonies of #B2D5D6
Complementary color
Monochromatic Colors of #B2D5D6
Black with #B2D5D6
Text Example
Text Example
White with #B2D5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D5D6; }
p { color: rgb(178,213,214); }
H1.HeaderClassName
{
color: #B2D5D6;
}
.AnyTagClassName
{
color: #B2D5D6;
}
</style>
background-color css
<style>
a { background-color: #B2D5D6; }
a { background-color: rgb(178,213,214); }
div.DivClassName
{
background-color: #B2D5D6;
}
.BgClassName
{
background-color: #B2D5D6;
}
</style>
border-color css
<style>
span { border-color: #B2D5D6; }
span { border-color: rgb(178,213,214); }
td.TdClassName
{
border-color: #B2D5D6;
}
.TagClassName
{
border-color: #B2D5D6;
}
</style>