Shades of Surf Crest #BFDCB7
Tints of Surf Crest #BFDCB7
RGB
CMYK
RGB Variations
Color information
#BFDCB7 (or 0xBFDCB7) is known color: Surf Crest. HEX triplet: BF, DC and B7. RGB value is (191,220,183). Sum of RGB (Red+Green+Blue) = 191+220+183=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCB7 is #402348. Grayscale: #CFCFCF. Windows color (decimal): -4203337 or 12049599. OLE color: 12049599.
HSL color Cylindrical-coordinate representation of color #BFDCB7: hue angle of 107.03º 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 #BFDCB7 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 183 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.14 |
| HSL | 107.03º | 0.35% | 0.79% | - |
| HSV(B) | 107.03º | 0.17% | 0.86% | - |
| XYZ | 55.63 | 65.68 | 54.55 | - |
| YUV | 207.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 183 | 0.13 | 0 | 0.17 | 0.14 | 107.03 | 0.35 | 0.79 |
| Hex | BF | DC | B7 | D | 0 | 11 | E | 6B | 23 | 4F |
| Octal | 277 | 334 | 267 | 15 | 0 | 21 | 16 | 153 | 43 | 117 |
| Binary | 10111111 | 11011100 | 10110111 | 1101 | 0 | 10001 | 1110 | 1101011 | 100011 | 1001111 |
Color Harmonies of #BFDCB7
Complementary color
Monochromatic Colors of #BFDCB7
Black with #BFDCB7
Text Example
Text Example
White with #BFDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCB7; }
p { color: rgb(191,220,183); }
H1.HeaderClassName
{
color: #BFDCB7;
}
.AnyTagClassName
{
color: #BFDCB7;
}
</style>
background-color css
<style>
a { background-color: #BFDCB7; }
a { background-color: rgb(191,220,183); }
div.DivClassName
{
background-color: #BFDCB7;
}
.BgClassName
{
background-color: #BFDCB7;
}
</style>
border-color css
<style>
span { border-color: #BFDCB7; }
span { border-color: rgb(191,220,183); }
td.TdClassName
{
border-color: #BFDCB7;
}
.TagClassName
{
border-color: #BFDCB7;
}
</style>