Shades of Surf Crest #BFDBB8
Tints of Surf Crest #BFDBB8
RGB
CMYK
RGB Variations
Color information
#BFDBB8 (or 0xBFDBB8) is known color: Surf Crest. HEX triplet: BF, DB and B8. RGB value is (191,219,184). Sum of RGB (Red+Green+Blue) = 191+219+184=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBB8 is #402447. Grayscale: #CECECE. Windows color (decimal): -4203592 or 12114879. OLE color: 12114879.
HSL color Cylindrical-coordinate representation of color #BFDBB8: hue angle of 108º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDBB8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 184 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.14 |
| HSL | 108º | 0.33% | 0.79% | - |
| HSV(B) | 108º | 0.16% | 0.86% | - |
| XYZ | 55.47 | 65.2 | 55.01 | - |
| YUV | 206.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 184 | 0.13 | 0 | 0.16 | 0.14 | 108 | 0.33 | 0.79 |
| Hex | BF | DB | B8 | D | 0 | 10 | E | 6C | 21 | 4F |
| Octal | 277 | 333 | 270 | 15 | 0 | 20 | 16 | 154 | 41 | 117 |
| Binary | 10111111 | 11011011 | 10111000 | 1101 | 0 | 10000 | 1110 | 1101100 | 100001 | 1001111 |
Color Harmonies of #BFDBB8
Complementary color
Monochromatic Colors of #BFDBB8
Black with #BFDBB8
Text Example
Text Example
White with #BFDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBB8; }
p { color: rgb(191,219,184); }
H1.HeaderClassName
{
color: #BFDBB8;
}
.AnyTagClassName
{
color: #BFDBB8;
}
</style>
background-color css
<style>
a { background-color: #BFDBB8; }
a { background-color: rgb(191,219,184); }
div.DivClassName
{
background-color: #BFDBB8;
}
.BgClassName
{
background-color: #BFDBB8;
}
</style>
border-color css
<style>
span { border-color: #BFDBB8; }
span { border-color: rgb(191,219,184); }
td.TdClassName
{
border-color: #BFDBB8;
}
.TagClassName
{
border-color: #BFDBB8;
}
</style>