Shades of Surf Crest #BFD6BD
Tints of Surf Crest #BFD6BD
RGB
CMYK
RGB Variations
Color information
#BFD6BD (or 0xBFD6BD) is known color: Surf Crest. HEX triplet: BF, D6 and BD. RGB value is (191,214,189). Sum of RGB (Red+Green+Blue) = 191+214+189=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6BD is #402942. Grayscale: #CCCCCC. Windows color (decimal): -4204867 or 12441279. OLE color: 12441279.
HSL color Cylindrical-coordinate representation of color #BFD6BD: hue angle of 115.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD6BD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 189 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.16 |
| HSL | 115.2º | 0.23% | 0.79% | - |
| HSV(B) | 115.2º | 0.12% | 0.84% | - |
| XYZ | 54.72 | 62.84 | 57.39 | - |
| YUV | 204.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 189 | 0.11 | 0 | 0.12 | 0.16 | 115.2 | 0.23 | 0.79 |
| Hex | BF | D6 | BD | B | 0 | C | 10 | 73 | 17 | 4F |
| Octal | 277 | 326 | 275 | 13 | 0 | 14 | 20 | 163 | 27 | 117 |
| Binary | 10111111 | 11010110 | 10111101 | 1011 | 0 | 1100 | 10000 | 1110011 | 10111 | 1001111 |
Color Harmonies of #BFD6BD
Complementary color
Monochromatic Colors of #BFD6BD
Black with #BFD6BD
Text Example
Text Example
White with #BFD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6BD; }
p { color: rgb(191,214,189); }
H1.HeaderClassName
{
color: #BFD6BD;
}
.AnyTagClassName
{
color: #BFD6BD;
}
</style>
background-color css
<style>
a { background-color: #BFD6BD; }
a { background-color: rgb(191,214,189); }
div.DivClassName
{
background-color: #BFD6BD;
}
.BgClassName
{
background-color: #BFD6BD;
}
</style>
border-color css
<style>
span { border-color: #BFD6BD; }
span { border-color: rgb(191,214,189); }
td.TdClassName
{
border-color: #BFD6BD;
}
.TagClassName
{
border-color: #BFD6BD;
}
</style>