Shades of Surf #B8D0BE
Tints of Surf #B8D0BE
RGB
CMYK
RGB Variations
Color information
#B8D0BE (or 0xB8D0BE) is known color: Surf. HEX triplet: B8, D0 and BE. RGB value is (184,208,190). Sum of RGB (Red+Green+Blue) = 184+208+190=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0BE is #472F41. Grayscale: #C6C6C6. Windows color (decimal): -4665154 or 12505272. OLE color: 12505272.
HSL color Cylindrical-coordinate representation of color #B8D0BE: hue angle of 135º 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 #B8D0BE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 190 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.18 |
| HSL | 135º | 0.2% | 0.77% | - |
| HSV(B) | 135º | 0.12% | 0.82% | - |
| XYZ | 51.62 | 59.02 | 57.39 | - |
| YUV | 198.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 190 | 0.12 | 0 | 0.09 | 0.18 | 135 | 0.2 | 0.77 |
| Hex | B8 | D0 | BE | C | 0 | 9 | 12 | 87 | 14 | 4D |
| Octal | 270 | 320 | 276 | 14 | 0 | 11 | 22 | 207 | 24 | 115 |
| Binary | 10111000 | 11010000 | 10111110 | 1100 | 0 | 1001 | 10010 | 10000111 | 10100 | 1001101 |
Color Harmonies of #B8D0BE
Complementary color
Monochromatic Colors of #B8D0BE
Black with #B8D0BE
Text Example
Text Example
White with #B8D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0BE; }
p { color: rgb(184,208,190); }
H1.HeaderClassName
{
color: #B8D0BE;
}
.AnyTagClassName
{
color: #B8D0BE;
}
</style>
background-color css
<style>
a { background-color: #B8D0BE; }
a { background-color: rgb(184,208,190); }
div.DivClassName
{
background-color: #B8D0BE;
}
.BgClassName
{
background-color: #B8D0BE;
}
</style>
border-color css
<style>
span { border-color: #B8D0BE; }
span { border-color: rgb(184,208,190); }
td.TdClassName
{
border-color: #B8D0BE;
}
.TagClassName
{
border-color: #B8D0BE;
}
</style>