Shades of Surf Crest #BFD2BB
Tints of Surf Crest #BFD2BB
RGB
CMYK
RGB Variations
Color information
#BFD2BB (or 0xBFD2BB) is known color: Surf Crest. HEX triplet: BF, D2 and BB. RGB value is (191,210,187). Sum of RGB (Red+Green+Blue) = 191+210+187=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2BB is #402D44. Grayscale: #C9C9C9. Windows color (decimal): -4205893 or 12309183. OLE color: 12309183.
HSL color Cylindrical-coordinate representation of color #BFD2BB: hue angle of 109.57º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD2BB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 187 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.18 |
| HSL | 109.57º | 0.2% | 0.78% | - |
| HSV(B) | 109.57º | 0.11% | 0.82% | - |
| XYZ | 53.5 | 60.76 | 55.92 | - |
| YUV | 201.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 187 | 0.09 | 0 | 0.11 | 0.18 | 109.57 | 0.2 | 0.78 |
| Hex | BF | D2 | BB | 9 | 0 | B | 12 | 6E | 14 | 4E |
| Octal | 277 | 322 | 273 | 11 | 0 | 13 | 22 | 156 | 24 | 116 |
| Binary | 10111111 | 11010010 | 10111011 | 1001 | 0 | 1011 | 10010 | 1101110 | 10100 | 1001110 |
Color Harmonies of #BFD2BB
Complementary color
Monochromatic Colors of #BFD2BB
Black with #BFD2BB
Text Example
Text Example
White with #BFD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2BB; }
p { color: rgb(191,210,187); }
H1.HeaderClassName
{
color: #BFD2BB;
}
.AnyTagClassName
{
color: #BFD2BB;
}
</style>
background-color css
<style>
a { background-color: #BFD2BB; }
a { background-color: rgb(191,210,187); }
div.DivClassName
{
background-color: #BFD2BB;
}
.BgClassName
{
background-color: #BFD2BB;
}
</style>
border-color css
<style>
span { border-color: #BFD2BB; }
span { border-color: rgb(191,210,187); }
td.TdClassName
{
border-color: #BFD2BB;
}
.TagClassName
{
border-color: #BFD2BB;
}
</style>