Shades of Surf #B8D0BA
Tints of Surf #B8D0BA
RGB
CMYK
RGB Variations
Color information
#B8D0BA (or 0xB8D0BA) is known color: Surf. HEX triplet: B8, D0 and BA. RGB value is (184,208,186). Sum of RGB (Red+Green+Blue) = 184+208+186=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0BA is #472F45. Grayscale: #C6C6C6. Windows color (decimal): -4665158 or 12243128. OLE color: 12243128.
HSL color Cylindrical-coordinate representation of color #B8D0BA: hue angle of 125º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D0BA is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 186 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.18 |
| HSL | 125º | 0.2% | 0.77% | - |
| HSV(B) | 125º | 0.12% | 0.82% | - |
| XYZ | 51.19 | 58.85 | 55.12 | - |
| YUV | 198.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 186 | 0.12 | 0 | 0.11 | 0.18 | 125 | 0.2 | 0.77 |
| Hex | B8 | D0 | BA | C | 0 | B | 12 | 7D | 14 | 4D |
| Octal | 270 | 320 | 272 | 14 | 0 | 13 | 22 | 175 | 24 | 115 |
| Binary | 10111000 | 11010000 | 10111010 | 1100 | 0 | 1011 | 10010 | 1111101 | 10100 | 1001101 |
Color Harmonies of #B8D0BA
Complementary color
Monochromatic Colors of #B8D0BA
Black with #B8D0BA
Text Example
Text Example
White with #B8D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0BA; }
p { color: rgb(184,208,186); }
H1.HeaderClassName
{
color: #B8D0BA;
}
.AnyTagClassName
{
color: #B8D0BA;
}
</style>
background-color css
<style>
a { background-color: #B8D0BA; }
a { background-color: rgb(184,208,186); }
div.DivClassName
{
background-color: #B8D0BA;
}
.BgClassName
{
background-color: #B8D0BA;
}
</style>
border-color css
<style>
span { border-color: #B8D0BA; }
span { border-color: rgb(184,208,186); }
td.TdClassName
{
border-color: #B8D0BA;
}
.TagClassName
{
border-color: #B8D0BA;
}
</style>