Shades of Surf Crest #BFDABB
Tints of Surf Crest #BFDABB
RGB
CMYK
RGB Variations
Color information
#BFDABB (or 0xBFDABB) is known color: Surf Crest. HEX triplet: BF, DA and BB. RGB value is (191,218,187). Sum of RGB (Red+Green+Blue) = 191+218+187=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDABB is #402544. Grayscale: #CECECE. Windows color (decimal): -4203845 or 12311231. OLE color: 12311231.
HSL color Cylindrical-coordinate representation of color #BFDABB: hue angle of 112.26º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDABB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 187 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.15 |
| HSL | 112.26º | 0.3% | 0.79% | - |
| HSV(B) | 112.26º | 0.14% | 0.85% | - |
| XYZ | 55.53 | 64.81 | 56.6 | - |
| YUV | 206.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 187 | 0.12 | 0 | 0.14 | 0.15 | 112.26 | 0.3 | 0.79 |
| Hex | BF | DA | BB | C | 0 | E | F | 70 | 1E | 4F |
| Octal | 277 | 332 | 273 | 14 | 0 | 16 | 17 | 160 | 36 | 117 |
| Binary | 10111111 | 11011010 | 10111011 | 1100 | 0 | 1110 | 1111 | 1110000 | 11110 | 1001111 |
Color Harmonies of #BFDABB
Complementary color
Monochromatic Colors of #BFDABB
Black with #BFDABB
Text Example
Text Example
White with #BFDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDABB; }
p { color: rgb(191,218,187); }
H1.HeaderClassName
{
color: #BFDABB;
}
.AnyTagClassName
{
color: #BFDABB;
}
</style>
background-color css
<style>
a { background-color: #BFDABB; }
a { background-color: rgb(191,218,187); }
div.DivClassName
{
background-color: #BFDABB;
}
.BgClassName
{
background-color: #BFDABB;
}
</style>
border-color css
<style>
span { border-color: #BFDABB; }
span { border-color: rgb(191,218,187); }
td.TdClassName
{
border-color: #BFDABB;
}
.TagClassName
{
border-color: #BFDABB;
}
</style>