Shades of Surf Crest #BFDDB8
Tints of Surf Crest #BFDDB8
RGB
CMYK
RGB Variations
Color information
#BFDDB8 (or 0xBFDDB8) is known color: Surf Crest. HEX triplet: BF, DD and B8. RGB value is (191,221,184). Sum of RGB (Red+Green+Blue) = 191+221+184=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB8 is #402247. Grayscale: #CFCFCF. Windows color (decimal): -4203080 or 12115391. OLE color: 12115391.
HSL color Cylindrical-coordinate representation of color #BFDDB8: hue angle of 108.65º degrees, saturation: 0.35, 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 #BFDDB8 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 184 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.13 |
| HSL | 108.65º | 0.35% | 0.79% | - |
| HSV(B) | 108.65º | 0.17% | 0.87% | - |
| XYZ | 55.99 | 66.25 | 55.18 | - |
| YUV | 207.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 184 | 0.14 | 0 | 0.17 | 0.13 | 108.65 | 0.35 | 0.79 |
| Hex | BF | DD | B8 | E | 0 | 11 | D | 6D | 23 | 4F |
| Octal | 277 | 335 | 270 | 16 | 0 | 21 | 15 | 155 | 43 | 117 |
| Binary | 10111111 | 11011101 | 10111000 | 1110 | 0 | 10001 | 1101 | 1101101 | 100011 | 1001111 |
Color Harmonies of #BFDDB8
Complementary color
Monochromatic Colors of #BFDDB8
Black with #BFDDB8
Text Example
Text Example
White with #BFDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDB8; }
p { color: rgb(191,221,184); }
H1.HeaderClassName
{
color: #BFDDB8;
}
.AnyTagClassName
{
color: #BFDDB8;
}
</style>
background-color css
<style>
a { background-color: #BFDDB8; }
a { background-color: rgb(191,221,184); }
div.DivClassName
{
background-color: #BFDDB8;
}
.BgClassName
{
background-color: #BFDDB8;
}
</style>
border-color css
<style>
span { border-color: #BFDDB8; }
span { border-color: rgb(191,221,184); }
td.TdClassName
{
border-color: #BFDDB8;
}
.TagClassName
{
border-color: #BFDDB8;
}
</style>