Shades of Surf Crest #BFCABB
Tints of Surf Crest #BFCABB
RGB
CMYK
RGB Variations
Color information
#BFCABB (or 0xBFCABB) is known color: Surf Crest. HEX triplet: BF, CA and BB. RGB value is (191,202,187). Sum of RGB (Red+Green+Blue) = 191+202+187=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABB is #403544. Grayscale: #C5C5C5. Windows color (decimal): -4207941 or 12307135. OLE color: 12307135.
HSL color Cylindrical-coordinate representation of color #BFCABB: hue angle of 104º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCABB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 187 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.21 |
| HSL | 104º | 0.12% | 0.76% | - |
| HSV(B) | 104º | 0.07% | 0.79% | - |
| XYZ | 51.58 | 56.91 | 55.28 | - |
| YUV | 197 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 187 | 0.05 | 0 | 0.07 | 0.21 | 104 | 0.12 | 0.76 |
| Hex | BF | CA | BB | 5 | 0 | 7 | 15 | 68 | C | 4C |
| Octal | 277 | 312 | 273 | 5 | 0 | 7 | 25 | 150 | 14 | 114 |
| Binary | 10111111 | 11001010 | 10111011 | 101 | 0 | 111 | 10101 | 1101000 | 1100 | 1001100 |
Color Harmonies of #BFCABB
Complementary color
Monochromatic Colors of #BFCABB
Black with #BFCABB
Text Example
Text Example
White with #BFCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCABB; }
p { color: rgb(191,202,187); }
H1.HeaderClassName
{
color: #BFCABB;
}
.AnyTagClassName
{
color: #BFCABB;
}
</style>
background-color css
<style>
a { background-color: #BFCABB; }
a { background-color: rgb(191,202,187); }
div.DivClassName
{
background-color: #BFCABB;
}
.BgClassName
{
background-color: #BFCABB;
}
</style>
border-color css
<style>
span { border-color: #BFCABB; }
span { border-color: rgb(191,202,187); }
td.TdClassName
{
border-color: #BFCABB;
}
.TagClassName
{
border-color: #BFCABB;
}
</style>