Shades of Surf Crest #BFE6BB
Tints of Surf Crest #BFE6BB
RGB
CMYK
RGB Variations
Color information
#BFE6BB (or 0xBFE6BB) is known color: Surf Crest. HEX triplet: BF, E6 and BB. RGB value is (191,230,187). Sum of RGB (Red+Green+Blue) = 191+230+187=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6BB is #401944. Grayscale: #D5D5D5. Windows color (decimal): -4200773 or 12314303. OLE color: 12314303.
HSL color Cylindrical-coordinate representation of color #BFE6BB: hue angle of 114.42º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE6BB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 187 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.10 |
| HSL | 114.42º | 0.46% | 0.82% | - |
| HSV(B) | 114.42º | 0.19% | 0.9% | - |
| XYZ | 58.75 | 71.26 | 57.67 | - |
| YUV | 213.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 187 | 0.17 | 0 | 0.19 | 0.10 | 114.42 | 0.46 | 0.82 |
| Hex | BF | E6 | BB | 11 | 0 | 13 | A | 72 | 2E | 52 |
| Octal | 277 | 346 | 273 | 21 | 0 | 23 | 12 | 162 | 56 | 122 |
| Binary | 10111111 | 11100110 | 10111011 | 10001 | 0 | 10011 | 1010 | 1110010 | 101110 | 1010010 |
Color Harmonies of #BFE6BB
Complementary color
Monochromatic Colors of #BFE6BB
Black with #BFE6BB
Text Example
Text Example
White with #BFE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE6BB; }
p { color: rgb(191,230,187); }
H1.HeaderClassName
{
color: #BFE6BB;
}
.AnyTagClassName
{
color: #BFE6BB;
}
</style>
background-color css
<style>
a { background-color: #BFE6BB; }
a { background-color: rgb(191,230,187); }
div.DivClassName
{
background-color: #BFE6BB;
}
.BgClassName
{
background-color: #BFE6BB;
}
</style>
border-color css
<style>
span { border-color: #BFE6BB; }
span { border-color: rgb(191,230,187); }
td.TdClassName
{
border-color: #BFE6BB;
}
.TagClassName
{
border-color: #BFE6BB;
}
</style>