Shades of Surf Crest #BFDBBB
Tints of Surf Crest #BFDBBB
RGB
CMYK
RGB Variations
Color information
#BFDBBB (or 0xBFDBBB) is known color: Surf Crest. HEX triplet: BF, DB and BB. RGB value is (191,219,187). Sum of RGB (Red+Green+Blue) = 191+219+187=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBBB is #402444. Grayscale: #CFCFCF. Windows color (decimal): -4203589 or 12311487. OLE color: 12311487.
HSL color Cylindrical-coordinate representation of color #BFDBBB: hue angle of 112.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDBBB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 187 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.14 |
| HSL | 112.5º | 0.31% | 0.8% | - |
| HSV(B) | 112.5º | 0.15% | 0.86% | - |
| XYZ | 55.79 | 65.33 | 56.68 | - |
| YUV | 206.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 187 | 0.13 | 0 | 0.15 | 0.14 | 112.5 | 0.31 | 0.8 |
| Hex | BF | DB | BB | D | 0 | F | E | 70 | 1F | 50 |
| Octal | 277 | 333 | 273 | 15 | 0 | 17 | 16 | 160 | 37 | 120 |
| Binary | 10111111 | 11011011 | 10111011 | 1101 | 0 | 1111 | 1110 | 1110000 | 11111 | 1010000 |
Color Harmonies of #BFDBBB
Complementary color
Monochromatic Colors of #BFDBBB
Black with #BFDBBB
Text Example
Text Example
White with #BFDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBBB; }
p { color: rgb(191,219,187); }
H1.HeaderClassName
{
color: #BFDBBB;
}
.AnyTagClassName
{
color: #BFDBBB;
}
</style>
background-color css
<style>
a { background-color: #BFDBBB; }
a { background-color: rgb(191,219,187); }
div.DivClassName
{
background-color: #BFDBBB;
}
.BgClassName
{
background-color: #BFDBBB;
}
</style>
border-color css
<style>
span { border-color: #BFDBBB; }
span { border-color: rgb(191,219,187); }
td.TdClassName
{
border-color: #BFDBBB;
}
.TagClassName
{
border-color: #BFDBBB;
}
</style>