Shades of Surf Crest #B8D7B4
Tints of Surf Crest #B8D7B4
RGB
CMYK
RGB Variations
Color information
#B8D7B4 (or 0xB8D7B4) is known color: Surf Crest. HEX triplet: B8, D7 and B4. RGB value is (184,215,180). Sum of RGB (Red+Green+Blue) = 184+215+180=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7B4 is #47284B. Grayscale: #C9C9C9. Windows color (decimal): -4663372 or 11851704. OLE color: 11851704.
HSL color Cylindrical-coordinate representation of color #B8D7B4: hue angle of 113.14º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8D7B4 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 180 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.16 |
| HSL | 113.14º | 0.3% | 0.77% | - |
| HSV(B) | 113.14º | 0.16% | 0.84% | - |
| XYZ | 52.31 | 62.09 | 52.41 | - |
| YUV | 201.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 180 | 0.14 | 0 | 0.16 | 0.16 | 113.14 | 0.3 | 0.77 |
| Hex | B8 | D7 | B4 | E | 0 | 10 | 10 | 71 | 1E | 4D |
| Octal | 270 | 327 | 264 | 16 | 0 | 20 | 20 | 161 | 36 | 115 |
| Binary | 10111000 | 11010111 | 10110100 | 1110 | 0 | 10000 | 10000 | 1110001 | 11110 | 1001101 |
Color Harmonies of #B8D7B4
Complementary color
Monochromatic Colors of #B8D7B4
Black with #B8D7B4
Text Example
Text Example
White with #B8D7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D7B4; }
p { color: rgb(184,215,180); }
H1.HeaderClassName
{
color: #B8D7B4;
}
.AnyTagClassName
{
color: #B8D7B4;
}
</style>
background-color css
<style>
a { background-color: #B8D7B4; }
a { background-color: rgb(184,215,180); }
div.DivClassName
{
background-color: #B8D7B4;
}
.BgClassName
{
background-color: #B8D7B4;
}
</style>
border-color css
<style>
span { border-color: #B8D7B4; }
span { border-color: rgb(184,215,180); }
td.TdClassName
{
border-color: #B8D7B4;
}
.TagClassName
{
border-color: #B8D7B4;
}
</style>