Shades of Surf Crest #BFE1BB
Tints of Surf Crest #BFE1BB
RGB
CMYK
RGB Variations
Color information
#BFE1BB (or 0xBFE1BB) is known color: Surf Crest. HEX triplet: BF, E1 and BB. RGB value is (191,225,187). Sum of RGB (Red+Green+Blue) = 191+225+187=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BB is #401E44. Grayscale: #D2D2D2. Windows color (decimal): -4202053 or 12313023. OLE color: 12313023.
HSL color Cylindrical-coordinate representation of color #BFE1BB: hue angle of 113.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE1BB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 187 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.12 |
| HSL | 113.68º | 0.39% | 0.81% | - |
| HSV(B) | 113.68º | 0.17% | 0.88% | - |
| XYZ | 57.38 | 68.51 | 57.21 | - |
| YUV | 210.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 187 | 0.15 | 0 | 0.17 | 0.12 | 113.68 | 0.39 | 0.81 |
| Hex | BF | E1 | BB | F | 0 | 11 | C | 72 | 27 | 51 |
| Octal | 277 | 341 | 273 | 17 | 0 | 21 | 14 | 162 | 47 | 121 |
| Binary | 10111111 | 11100001 | 10111011 | 1111 | 0 | 10001 | 1100 | 1110010 | 100111 | 1010001 |
Color Harmonies of #BFE1BB
Complementary color
Monochromatic Colors of #BFE1BB
Black with #BFE1BB
Text Example
Text Example
White with #BFE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1BB; }
p { color: rgb(191,225,187); }
H1.HeaderClassName
{
color: #BFE1BB;
}
.AnyTagClassName
{
color: #BFE1BB;
}
</style>
background-color css
<style>
a { background-color: #BFE1BB; }
a { background-color: rgb(191,225,187); }
div.DivClassName
{
background-color: #BFE1BB;
}
.BgClassName
{
background-color: #BFE1BB;
}
</style>
border-color css
<style>
span { border-color: #BFE1BB; }
span { border-color: rgb(191,225,187); }
td.TdClassName
{
border-color: #BFE1BB;
}
.TagClassName
{
border-color: #BFE1BB;
}
</style>