Shades of Surf Crest #BFCCBD
Tints of Surf Crest #BFCCBD
RGB
CMYK
RGB Variations
Color information
#BFCCBD (or 0xBFCCBD) is known color: Surf Crest. HEX triplet: BF, CC and BD. RGB value is (191,204,189). Sum of RGB (Red+Green+Blue) = 191+204+189=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCBD is #403342. Grayscale: #C6C6C6. Windows color (decimal): -4207427 or 12438719. OLE color: 12438719.
HSL color Cylindrical-coordinate representation of color #BFCCBD: hue angle of 112º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCCBD is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 189 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.2 |
| HSL | 112º | 0.13% | 0.77% | - |
| HSV(B) | 112º | 0.07% | 0.8% | - |
| XYZ | 52.26 | 57.94 | 56.57 | - |
| YUV | 198.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 189 | 0.06 | 0 | 0.07 | 0.2 | 112 | 0.13 | 0.77 |
| Hex | BF | CC | BD | 6 | 0 | 7 | 14 | 70 | D | 4D |
| Octal | 277 | 314 | 275 | 6 | 0 | 7 | 24 | 160 | 15 | 115 |
| Binary | 10111111 | 11001100 | 10111101 | 110 | 0 | 111 | 10100 | 1110000 | 1101 | 1001101 |
Color Harmonies of #BFCCBD
Complementary color
Monochromatic Colors of #BFCCBD
Black with #BFCCBD
Text Example
Text Example
White with #BFCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCBD; }
p { color: rgb(191,204,189); }
H1.HeaderClassName
{
color: #BFCCBD;
}
.AnyTagClassName
{
color: #BFCCBD;
}
</style>
background-color css
<style>
a { background-color: #BFCCBD; }
a { background-color: rgb(191,204,189); }
div.DivClassName
{
background-color: #BFCCBD;
}
.BgClassName
{
background-color: #BFCCBD;
}
</style>
border-color css
<style>
span { border-color: #BFCCBD; }
span { border-color: rgb(191,204,189); }
td.TdClassName
{
border-color: #BFCCBD;
}
.TagClassName
{
border-color: #BFCCBD;
}
</style>