Shades of Surf Crest #B8D5B4
Tints of Surf Crest #B8D5B4
RGB
CMYK
RGB Variations
Color information
#B8D5B4 (or 0xB8D5B4) is known color: Surf Crest. HEX triplet: B8, D5 and B4. RGB value is (184,213,180). Sum of RGB (Red+Green+Blue) = 184+213+180=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5B4 is #472A4B. Grayscale: #C8C8C8. Windows color (decimal): -4663884 or 11851192. OLE color: 11851192.
HSL color Cylindrical-coordinate representation of color #B8D5B4: hue angle of 112.73º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D5B4 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 180 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.16 |
| HSL | 112.73º | 0.28% | 0.77% | - |
| HSV(B) | 112.73º | 0.15% | 0.84% | - |
| XYZ | 51.8 | 61.07 | 52.24 | - |
| YUV | 200.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 180 | 0.14 | 0 | 0.15 | 0.16 | 112.73 | 0.28 | 0.77 |
| Hex | B8 | D5 | B4 | E | 0 | F | 10 | 71 | 1C | 4D |
| Octal | 270 | 325 | 264 | 16 | 0 | 17 | 20 | 161 | 34 | 115 |
| Binary | 10111000 | 11010101 | 10110100 | 1110 | 0 | 1111 | 10000 | 1110001 | 11100 | 1001101 |
Color Harmonies of #B8D5B4
Complementary color
Monochromatic Colors of #B8D5B4
Black with #B8D5B4
Text Example
Text Example
White with #B8D5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5B4; }
p { color: rgb(184,213,180); }
H1.HeaderClassName
{
color: #B8D5B4;
}
.AnyTagClassName
{
color: #B8D5B4;
}
</style>
background-color css
<style>
a { background-color: #B8D5B4; }
a { background-color: rgb(184,213,180); }
div.DivClassName
{
background-color: #B8D5B4;
}
.BgClassName
{
background-color: #B8D5B4;
}
</style>
border-color css
<style>
span { border-color: #B8D5B4; }
span { border-color: rgb(184,213,180); }
td.TdClassName
{
border-color: #B8D5B4;
}
.TagClassName
{
border-color: #B8D5B4;
}
</style>