Shades of Surf Crest #BFDDBB
Tints of Surf Crest #BFDDBB
RGB
CMYK
RGB Variations
Color information
#BFDDBB (or 0xBFDDBB) is known color: Surf Crest. HEX triplet: BF, DD and BB. RGB value is (191,221,187). Sum of RGB (Red+Green+Blue) = 191+221+187=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBB is #402244. Grayscale: #D0D0D0. Windows color (decimal): -4203077 or 12311999. OLE color: 12311999.
HSL color Cylindrical-coordinate representation of color #BFDDBB: hue angle of 112.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDDBB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 187 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 112.94º | 0.33% | 0.8% | - |
| HSV(B) | 112.94º | 0.15% | 0.87% | - |
| XYZ | 56.31 | 66.38 | 56.86 | - |
| YUV | 208.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 187 | 0.14 | 0 | 0.15 | 0.13 | 112.94 | 0.33 | 0.8 |
| Hex | BF | DD | BB | E | 0 | F | D | 71 | 21 | 50 |
| Octal | 277 | 335 | 273 | 16 | 0 | 17 | 15 | 161 | 41 | 120 |
| Binary | 10111111 | 11011101 | 10111011 | 1110 | 0 | 1111 | 1101 | 1110001 | 100001 | 1010000 |
Color Harmonies of #BFDDBB
Complementary color
Monochromatic Colors of #BFDDBB
Black with #BFDDBB
Text Example
Text Example
White with #BFDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDBB; }
p { color: rgb(191,221,187); }
H1.HeaderClassName
{
color: #BFDDBB;
}
.AnyTagClassName
{
color: #BFDDBB;
}
</style>
background-color css
<style>
a { background-color: #BFDDBB; }
a { background-color: rgb(191,221,187); }
div.DivClassName
{
background-color: #BFDDBB;
}
.BgClassName
{
background-color: #BFDDBB;
}
</style>
border-color css
<style>
span { border-color: #BFDDBB; }
span { border-color: rgb(191,221,187); }
td.TdClassName
{
border-color: #BFDDBB;
}
.TagClassName
{
border-color: #BFDDBB;
}
</style>