Shades of Sinbad #B3D1CF
Tints of Sinbad #B3D1CF
RGB
CMYK
RGB Variations
Color information
#B3D1CF (or 0xB3D1CF) is known color: Sinbad. HEX triplet: B3, D1 and CF. RGB value is (179,209,207). Sum of RGB (Red+Green+Blue) = 179+209+207=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D1CF is #4C2E30. Grayscale: #C7C7C7. Windows color (decimal): -4992561 or 13619635. OLE color: 13619635.
HSL color Cylindrical-coordinate representation of color #B3D1CF: hue angle of 176º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3D1CF is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 209 | 207 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.18 |
| HSL | 176º | 0.25% | 0.76% | - |
| HSV(B) | 176º | 0.14% | 0.82% | - |
| XYZ | 52.65 | 59.69 | 67.78 | - |
| YUV | 199.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 209 | 207 | 0.14 | 0 | 0.01 | 0.18 | 176 | 0.25 | 0.76 |
| Hex | B3 | D1 | CF | E | 0 | 1 | 12 | B0 | 19 | 4C |
| Octal | 263 | 321 | 317 | 16 | 0 | 1 | 22 | 260 | 31 | 114 |
| Binary | 10110011 | 11010001 | 11001111 | 1110 | 0 | 1 | 10010 | 10110000 | 11001 | 1001100 |
Color Harmonies of #B3D1CF
Complementary color
Monochromatic Colors of #B3D1CF
Black with #B3D1CF
Text Example
Text Example
White with #B3D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D1CF; }
p { color: rgb(179,209,207); }
H1.HeaderClassName
{
color: #B3D1CF;
}
.AnyTagClassName
{
color: #B3D1CF;
}
</style>
background-color css
<style>
a { background-color: #B3D1CF; }
a { background-color: rgb(179,209,207); }
div.DivClassName
{
background-color: #B3D1CF;
}
.BgClassName
{
background-color: #B3D1CF;
}
</style>
border-color css
<style>
span { border-color: #B3D1CF; }
span { border-color: rgb(179,209,207); }
td.TdClassName
{
border-color: #B3D1CF;
}
.TagClassName
{
border-color: #B3D1CF;
}
</style>