Shades of Surf Crest #BFDDB3
Tints of Surf Crest #BFDDB3
RGB
CMYK
RGB Variations
Color information
#BFDDB3 (or 0xBFDDB3) is known color: Surf Crest. HEX triplet: BF, DD and B3. RGB value is (191,221,179). Sum of RGB (Red+Green+Blue) = 191+221+179=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB3 is #40224C. Grayscale: #CFCFCF. Windows color (decimal): -4203085 or 11787711. OLE color: 11787711.
HSL color Cylindrical-coordinate representation of color #BFDDB3: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 179 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.13 |
| HSL | 102.86º | 0.38% | 0.78% | - |
| HSV(B) | 102.86º | 0.19% | 0.87% | - |
| XYZ | 55.48 | 66.04 | 52.47 | - |
| YUV | 207.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 179 | 0.14 | 0 | 0.19 | 0.13 | 102.86 | 0.38 | 0.78 |
| Hex | BF | DD | B3 | E | 0 | 13 | D | 67 | 26 | 4E |
| Octal | 277 | 335 | 263 | 16 | 0 | 23 | 15 | 147 | 46 | 116 |
| Binary | 10111111 | 11011101 | 10110011 | 1110 | 0 | 10011 | 1101 | 1100111 | 100110 | 1001110 |
Color Harmonies of #BFDDB3
Complementary color
Monochromatic Colors of #BFDDB3
Black with #BFDDB3
Text Example
Text Example
White with #BFDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDB3; }
p { color: rgb(191,221,179); }
H1.HeaderClassName
{
color: #BFDDB3;
}
.AnyTagClassName
{
color: #BFDDB3;
}
</style>
background-color css
<style>
a { background-color: #BFDDB3; }
a { background-color: rgb(191,221,179); }
div.DivClassName
{
background-color: #BFDDB3;
}
.BgClassName
{
background-color: #BFDDB3;
}
</style>
border-color css
<style>
span { border-color: #BFDDB3; }
span { border-color: rgb(191,221,179); }
td.TdClassName
{
border-color: #BFDDB3;
}
.TagClassName
{
border-color: #BFDDB3;
}
</style>