Shades of Surf Crest #BFDDB7
Tints of Surf Crest #BFDDB7
RGB
CMYK
RGB Variations
Color information
#BFDDB7 (or 0xBFDDB7) is known color: Surf Crest. HEX triplet: BF, DD and B7. RGB value is (191,221,183). Sum of RGB (Red+Green+Blue) = 191+221+183=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB7 is #402248. Grayscale: #CFCFCF. Windows color (decimal): -4203081 or 12049855. OLE color: 12049855.
HSL color Cylindrical-coordinate representation of color #BFDDB7: hue angle of 107.37º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDDB7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 183 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.13 |
| HSL | 107.37º | 0.36% | 0.79% | - |
| HSV(B) | 107.37º | 0.17% | 0.87% | - |
| XYZ | 55.89 | 66.21 | 54.63 | - |
| YUV | 207.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 183 | 0.14 | 0 | 0.17 | 0.13 | 107.37 | 0.36 | 0.79 |
| Hex | BF | DD | B7 | E | 0 | 11 | D | 6B | 24 | 4F |
| Octal | 277 | 335 | 267 | 16 | 0 | 21 | 15 | 153 | 44 | 117 |
| Binary | 10111111 | 11011101 | 10110111 | 1110 | 0 | 10001 | 1101 | 1101011 | 100100 | 1001111 |
Color Harmonies of #BFDDB7
Complementary color
Monochromatic Colors of #BFDDB7
Black with #BFDDB7
Text Example
Text Example
White with #BFDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDB7; }
p { color: rgb(191,221,183); }
H1.HeaderClassName
{
color: #BFDDB7;
}
.AnyTagClassName
{
color: #BFDDB7;
}
</style>
background-color css
<style>
a { background-color: #BFDDB7; }
a { background-color: rgb(191,221,183); }
div.DivClassName
{
background-color: #BFDDB7;
}
.BgClassName
{
background-color: #BFDDB7;
}
</style>
border-color css
<style>
span { border-color: #BFDDB7; }
span { border-color: rgb(191,221,183); }
td.TdClassName
{
border-color: #BFDDB7;
}
.TagClassName
{
border-color: #BFDDB7;
}
</style>