Shades of Surf Crest #BFCBBB
Tints of Surf Crest #BFCBBB
RGB
CMYK
RGB Variations
Color information
#BFCBBB (or 0xBFCBBB) is known color: Surf Crest. HEX triplet: BF, CB and BB. RGB value is (191,203,187). Sum of RGB (Red+Green+Blue) = 191+203+187=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBBB is #403444. Grayscale: #C5C5C5. Windows color (decimal): -4207685 or 12307391. OLE color: 12307391.
HSL color Cylindrical-coordinate representation of color #BFCBBB: hue angle of 105º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCBBB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 187 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.20 |
| HSL | 105º | 0.13% | 0.76% | - |
| HSV(B) | 105º | 0.08% | 0.8% | - |
| XYZ | 51.81 | 57.38 | 55.36 | - |
| YUV | 197.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 187 | 0.06 | 0 | 0.08 | 0.20 | 105 | 0.13 | 0.76 |
| Hex | BF | CB | BB | 6 | 0 | 8 | 14 | 69 | D | 4C |
| Octal | 277 | 313 | 273 | 6 | 0 | 10 | 24 | 151 | 15 | 114 |
| Binary | 10111111 | 11001011 | 10111011 | 110 | 0 | 1000 | 10100 | 1101001 | 1101 | 1001100 |
Color Harmonies of #BFCBBB
Complementary color
Monochromatic Colors of #BFCBBB
Black with #BFCBBB
Text Example
Text Example
White with #BFCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBBB; }
p { color: rgb(191,203,187); }
H1.HeaderClassName
{
color: #BFCBBB;
}
.AnyTagClassName
{
color: #BFCBBB;
}
</style>
background-color css
<style>
a { background-color: #BFCBBB; }
a { background-color: rgb(191,203,187); }
div.DivClassName
{
background-color: #BFCBBB;
}
.BgClassName
{
background-color: #BFCBBB;
}
</style>
border-color css
<style>
span { border-color: #BFCBBB; }
span { border-color: rgb(191,203,187); }
td.TdClassName
{
border-color: #BFCBBB;
}
.TagClassName
{
border-color: #BFCBBB;
}
</style>