Shades of Surf #B7DCB8
Tints of Surf #B7DCB8
RGB
CMYK
RGB Variations
Color information
#B7DCB8 (or 0xB7DCB8) is known color: Surf. HEX triplet: B7, DC and B8. RGB value is (183,220,184). Sum of RGB (Red+Green+Blue) = 183+220+184=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCB8 is #482347. Grayscale: #CCCCCC. Windows color (decimal): -4727624 or 12115127. OLE color: 12115127.
HSL color Cylindrical-coordinate representation of color #B7DCB8: hue angle of 121.62º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCB8 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 184 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.14 |
| HSL | 121.62º | 0.35% | 0.79% | - |
| HSV(B) | 121.62º | 0.17% | 0.86% | - |
| XYZ | 53.77 | 64.71 | 55 | - |
| YUV | 204.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 184 | 0.17 | 0 | 0.16 | 0.14 | 121.62 | 0.35 | 0.79 |
| Hex | B7 | DC | B8 | 11 | 0 | 10 | E | 7A | 23 | 4F |
| Octal | 267 | 334 | 270 | 21 | 0 | 20 | 16 | 172 | 43 | 117 |
| Binary | 10110111 | 11011100 | 10111000 | 10001 | 0 | 10000 | 1110 | 1111010 | 100011 | 1001111 |
Color Harmonies of #B7DCB8
Complementary color
Monochromatic Colors of #B7DCB8
Black with #B7DCB8
Text Example
Text Example
White with #B7DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCB8; }
p { color: rgb(183,220,184); }
H1.HeaderClassName
{
color: #B7DCB8;
}
.AnyTagClassName
{
color: #B7DCB8;
}
</style>
background-color css
<style>
a { background-color: #B7DCB8; }
a { background-color: rgb(183,220,184); }
div.DivClassName
{
background-color: #B7DCB8;
}
.BgClassName
{
background-color: #B7DCB8;
}
</style>
border-color css
<style>
span { border-color: #B7DCB8; }
span { border-color: rgb(183,220,184); }
td.TdClassName
{
border-color: #B7DCB8;
}
.TagClassName
{
border-color: #B7DCB8;
}
</style>