Shades of Surf Crest #BFDDB5
Tints of Surf Crest #BFDDB5
RGB
CMYK
RGB Variations
Color information
#BFDDB5 (or 0xBFDDB5) is known color: Surf Crest. HEX triplet: BF, DD and B5. RGB value is (191,221,181). Sum of RGB (Red+Green+Blue) = 191+221+181=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB5 is #40224A. Grayscale: #CFCFCF. Windows color (decimal): -4203083 or 11918783. OLE color: 11918783.
HSL color Cylindrical-coordinate representation of color #BFDDB5: hue angle of 105º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDDB5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 181 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.13 |
| HSL | 105º | 0.37% | 0.79% | - |
| HSV(B) | 105º | 0.18% | 0.87% | - |
| XYZ | 55.68 | 66.13 | 53.54 | - |
| YUV | 207.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 181 | 0.14 | 0 | 0.18 | 0.13 | 105 | 0.37 | 0.79 |
| Hex | BF | DD | B5 | E | 0 | 12 | D | 69 | 25 | 4F |
| Octal | 277 | 335 | 265 | 16 | 0 | 22 | 15 | 151 | 45 | 117 |
| Binary | 10111111 | 11011101 | 10110101 | 1110 | 0 | 10010 | 1101 | 1101001 | 100101 | 1001111 |
Color Harmonies of #BFDDB5
Complementary color
Monochromatic Colors of #BFDDB5
Black with #BFDDB5
Text Example
Text Example
White with #BFDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDB5; }
p { color: rgb(191,221,181); }
H1.HeaderClassName
{
color: #BFDDB5;
}
.AnyTagClassName
{
color: #BFDDB5;
}
</style>
background-color css
<style>
a { background-color: #BFDDB5; }
a { background-color: rgb(191,221,181); }
div.DivClassName
{
background-color: #BFDDB5;
}
.BgClassName
{
background-color: #BFDDB5;
}
</style>
border-color css
<style>
span { border-color: #BFDDB5; }
span { border-color: rgb(191,221,181); }
td.TdClassName
{
border-color: #BFDDB5;
}
.TagClassName
{
border-color: #BFDDB5;
}
</style>