Shades of Surf Crest #BFDDB4
Tints of Surf Crest #BFDDB4
RGB
CMYK
RGB Variations
Color information
#BFDDB4 (or 0xBFDDB4) is known color: Surf Crest. HEX triplet: BF, DD and B4. RGB value is (191,221,180). Sum of RGB (Red+Green+Blue) = 191+221+180=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB4 is #40224B. Grayscale: #CFCFCF. Windows color (decimal): -4203084 or 11853247. OLE color: 11853247.
HSL color Cylindrical-coordinate representation of color #BFDDB4: hue angle of 103.9º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDDB4 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 180 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.13 |
| HSL | 103.9º | 0.38% | 0.79% | - |
| HSV(B) | 103.9º | 0.19% | 0.87% | - |
| XYZ | 55.58 | 66.08 | 53.01 | - |
| YUV | 207.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 180 | 0.14 | 0 | 0.19 | 0.13 | 103.9 | 0.38 | 0.79 |
| Hex | BF | DD | B4 | E | 0 | 13 | D | 68 | 26 | 4F |
| Octal | 277 | 335 | 264 | 16 | 0 | 23 | 15 | 150 | 46 | 117 |
| Binary | 10111111 | 11011101 | 10110100 | 1110 | 0 | 10011 | 1101 | 1101000 | 100110 | 1001111 |
Color Harmonies of #BFDDB4
Complementary color
Monochromatic Colors of #BFDDB4
Black with #BFDDB4
Text Example
Text Example
White with #BFDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDB4; }
p { color: rgb(191,221,180); }
H1.HeaderClassName
{
color: #BFDDB4;
}
.AnyTagClassName
{
color: #BFDDB4;
}
</style>
background-color css
<style>
a { background-color: #BFDDB4; }
a { background-color: rgb(191,221,180); }
div.DivClassName
{
background-color: #BFDDB4;
}
.BgClassName
{
background-color: #BFDDB4;
}
</style>
border-color css
<style>
span { border-color: #BFDDB4; }
span { border-color: rgb(191,221,180); }
td.TdClassName
{
border-color: #BFDDB4;
}
.TagClassName
{
border-color: #BFDDB4;
}
</style>