Shades of Surf Crest #BFD6BA
Tints of Surf Crest #BFD6BA
RGB
CMYK
RGB Variations
Color information
#BFD6BA (or 0xBFD6BA) is known color: Surf Crest. HEX triplet: BF, D6 and BA. RGB value is (191,214,186). Sum of RGB (Red+Green+Blue) = 191+214+186=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6BA is #402945. Grayscale: #CCCCCC. Windows color (decimal): -4204870 or 12244671. OLE color: 12244671.
HSL color Cylindrical-coordinate representation of color #BFD6BA: hue angle of 109.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD6BA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 186 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.16 |
| HSL | 109.29º | 0.25% | 0.78% | - |
| HSV(B) | 109.29º | 0.13% | 0.84% | - |
| XYZ | 54.4 | 62.71 | 55.69 | - |
| YUV | 203.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 186 | 0.11 | 0 | 0.13 | 0.16 | 109.29 | 0.25 | 0.78 |
| Hex | BF | D6 | BA | B | 0 | D | 10 | 6D | 19 | 4E |
| Octal | 277 | 326 | 272 | 13 | 0 | 15 | 20 | 155 | 31 | 116 |
| Binary | 10111111 | 11010110 | 10111010 | 1011 | 0 | 1101 | 10000 | 1101101 | 11001 | 1001110 |
Color Harmonies of #BFD6BA
Complementary color
Monochromatic Colors of #BFD6BA
Black with #BFD6BA
Text Example
Text Example
White with #BFD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6BA; }
p { color: rgb(191,214,186); }
H1.HeaderClassName
{
color: #BFD6BA;
}
.AnyTagClassName
{
color: #BFD6BA;
}
</style>
background-color css
<style>
a { background-color: #BFD6BA; }
a { background-color: rgb(191,214,186); }
div.DivClassName
{
background-color: #BFD6BA;
}
.BgClassName
{
background-color: #BFD6BA;
}
</style>
border-color css
<style>
span { border-color: #BFD6BA; }
span { border-color: rgb(191,214,186); }
td.TdClassName
{
border-color: #BFD6BA;
}
.TagClassName
{
border-color: #BFD6BA;
}
</style>