Shades of Surf Crest #BFDCB3
Tints of Surf Crest #BFDCB3
RGB
CMYK
RGB Variations
Color information
#BFDCB3 (or 0xBFDCB3) is known color: Surf Crest. HEX triplet: BF, DC and B3. RGB value is (191,220,179). Sum of RGB (Red+Green+Blue) = 191+220+179=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCB3 is #40234C. Grayscale: #CECECE. Windows color (decimal): -4203341 or 11787455. OLE color: 11787455.
HSL color Cylindrical-coordinate representation of color #BFDCB3: hue angle of 102.44º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDCB3 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 179 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.14 |
| HSL | 102.44º | 0.37% | 0.78% | - |
| HSV(B) | 102.44º | 0.19% | 0.86% | - |
| XYZ | 55.22 | 65.52 | 52.38 | - |
| YUV | 206.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 179 | 0.13 | 0 | 0.19 | 0.14 | 102.44 | 0.37 | 0.78 |
| Hex | BF | DC | B3 | D | 0 | 13 | E | 66 | 25 | 4E |
| Octal | 277 | 334 | 263 | 15 | 0 | 23 | 16 | 146 | 45 | 116 |
| Binary | 10111111 | 11011100 | 10110011 | 1101 | 0 | 10011 | 1110 | 1100110 | 100101 | 1001110 |
Color Harmonies of #BFDCB3
Complementary color
Monochromatic Colors of #BFDCB3
Black with #BFDCB3
Text Example
Text Example
White with #BFDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCB3; }
p { color: rgb(191,220,179); }
H1.HeaderClassName
{
color: #BFDCB3;
}
.AnyTagClassName
{
color: #BFDCB3;
}
</style>
background-color css
<style>
a { background-color: #BFDCB3; }
a { background-color: rgb(191,220,179); }
div.DivClassName
{
background-color: #BFDCB3;
}
.BgClassName
{
background-color: #BFDCB3;
}
</style>
border-color css
<style>
span { border-color: #BFDCB3; }
span { border-color: rgb(191,220,179); }
td.TdClassName
{
border-color: #BFDCB3;
}
.TagClassName
{
border-color: #BFDCB3;
}
</style>