Shades of Surf Crest #BFCABC
Tints of Surf Crest #BFCABC
RGB
CMYK
RGB Variations
Color information
#BFCABC (or 0xBFCABC) is known color: Surf Crest. HEX triplet: BF, CA and BC. RGB value is (191,202,188). Sum of RGB (Red+Green+Blue) = 191+202+188=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABC is #403543. Grayscale: #C5C5C5. Windows color (decimal): -4207940 or 12372671. OLE color: 12372671.
HSL color Cylindrical-coordinate representation of color #BFCABC: hue angle of 107.14º 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 #BFCABC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 188 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.21 |
| HSL | 107.14º | 0.12% | 0.76% | - |
| HSV(B) | 107.14º | 0.07% | 0.79% | - |
| XYZ | 51.68 | 56.95 | 55.85 | - |
| YUV | 197.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 188 | 0.05 | 0 | 0.07 | 0.21 | 107.14 | 0.12 | 0.76 |
| Hex | BF | CA | BC | 5 | 0 | 7 | 15 | 6B | C | 4C |
| Octal | 277 | 312 | 274 | 5 | 0 | 7 | 25 | 153 | 14 | 114 |
| Binary | 10111111 | 11001010 | 10111100 | 101 | 0 | 111 | 10101 | 1101011 | 1100 | 1001100 |
Color Harmonies of #BFCABC
Complementary color
Monochromatic Colors of #BFCABC
Black with #BFCABC
Text Example
Text Example
White with #BFCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCABC; }
p { color: rgb(191,202,188); }
H1.HeaderClassName
{
color: #BFCABC;
}
.AnyTagClassName
{
color: #BFCABC;
}
</style>
background-color css
<style>
a { background-color: #BFCABC; }
a { background-color: rgb(191,202,188); }
div.DivClassName
{
background-color: #BFCABC;
}
.BgClassName
{
background-color: #BFCABC;
}
</style>
border-color css
<style>
span { border-color: #BFCABC; }
span { border-color: rgb(191,202,188); }
td.TdClassName
{
border-color: #BFCABC;
}
.TagClassName
{
border-color: #BFCABC;
}
</style>