Shades of Surf Crest #BFCDBB
Tints of Surf Crest #BFCDBB
RGB
CMYK
RGB Variations
Color information
#BFCDBB (or 0xBFCDBB) is known color: Surf Crest. HEX triplet: BF, CD and BB. RGB value is (191,205,187). Sum of RGB (Red+Green+Blue) = 191+205+187=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDBB is #403244. Grayscale: #C6C6C6. Windows color (decimal): -4207173 or 12307903. OLE color: 12307903.
HSL color Cylindrical-coordinate representation of color #BFCDBB: hue angle of 106.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCDBB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
RGB | 191 | 205 | 187 | - |
CMYK | 0.07 | 0 | 0.09 | 0.20 |
HSL | 106.67º | 0.15% | 0.77% | - |
HSV(B) | 106.67º | 0.09% | 0.8% | - |
XYZ | 52.29 | 58.33 | 55.52 | - |
YUV | 198.76 | 121.36 | 122.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 205 | 187 | 0.07 | 0 | 0.09 | 0.20 | 106.67 | 0.15 | 0.77 |
Hex | BF | CD | BB | 7 | 0 | 9 | 14 | 6B | F | 4D |
Octal | 277 | 315 | 273 | 7 | 0 | 11 | 24 | 153 | 17 | 115 |
Binary | 10111111 | 11001101 | 10111011 | 111 | 0 | 1001 | 10100 | 1101011 | 1111 | 1001101 |
Color Harmonies of #BFCDBB
Complementary color
Monochromatic Colors of #BFCDBB
Black with #BFCDBB
Text Example
Text Example
White with #BFCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDBB; }
p { color: rgb(191,205,187); }
H1.HeaderClassName
{
color: #BFCDBB;
}
.AnyTagClassName
{
color: #BFCDBB;
}
</style>
background-color css
<style>
a { background-color: #BFCDBB; }
a { background-color: rgb(191,205,187); }
div.DivClassName
{
background-color: #BFCDBB;
}
.BgClassName
{
background-color: #BFCDBB;
}
</style>
border-color css
<style>
span { border-color: #BFCDBB; }
span { border-color: rgb(191,205,187); }
td.TdClassName
{
border-color: #BFCDBB;
}
.TagClassName
{
border-color: #BFCDBB;
}
</style>