Shades of Sinbad #B2D2D3
Tints of Sinbad #B2D2D3
RGB
CMYK
RGB Variations
Color information
#B2D2D3 (or 0xB2D2D3) is known color: Sinbad. HEX triplet: B2, D2 and D3. RGB value is (178,210,211). Sum of RGB (Red+Green+Blue) = 178+210+211=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #B2D2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D2D3 is #4D2D2C. Grayscale: #C8C8C8. Windows color (decimal): -5057837 or 13882034. OLE color: 13882034.
HSL color Cylindrical-coordinate representation of color #B2D2D3: hue angle of 181.82º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D2D3 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 210 | 211 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.17 |
| HSL | 181.82º | 0.27% | 0.76% | - |
| HSV(B) | 181.82º | 0.16% | 0.83% | - |
| XYZ | 53.16 | 60.26 | 70.46 | - |
| YUV | 200.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 211 | 0.16 | 0.00 | 0 | 0.17 | 181.82 | 0.27 | 0.76 |
| Hex | B2 | D2 | D3 | 10 | 0 | 0 | 11 | B6 | 1B | 4C |
| Octal | 262 | 322 | 323 | 20 | 0 | 0 | 21 | 266 | 33 | 114 |
| Binary | 10110010 | 11010010 | 11010011 | 10000 | 0 | 0 | 10001 | 10110110 | 11011 | 1001100 |
Color Harmonies of #B2D2D3
Complementary color
Monochromatic Colors of #B2D2D3
Black with #B2D2D3
Text Example
Text Example
White with #B2D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D2D3; }
p { color: rgb(178,210,211); }
H1.HeaderClassName
{
color: #B2D2D3;
}
.AnyTagClassName
{
color: #B2D2D3;
}
</style>
background-color css
<style>
a { background-color: #B2D2D3; }
a { background-color: rgb(178,210,211); }
div.DivClassName
{
background-color: #B2D2D3;
}
.BgClassName
{
background-color: #B2D2D3;
}
</style>
border-color css
<style>
span { border-color: #B2D2D3; }
span { border-color: rgb(178,210,211); }
td.TdClassName
{
border-color: #B2D2D3;
}
.TagClassName
{
border-color: #B2D2D3;
}
</style>