Shades of Surf Crest #BFD0B6
Tints of Surf Crest #BFD0B6
RGB
CMYK
RGB Variations
Color information
#BFD0B6 (or 0xBFD0B6) is known color: Surf Crest. HEX triplet: BF, D0 and B6. RGB value is (191,208,182). Sum of RGB (Red+Green+Blue) = 191+208+182=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0B6 is #402F49. Grayscale: #C8C8C8. Windows color (decimal): -4206410 or 11980991. OLE color: 11980991.
HSL color Cylindrical-coordinate representation of color #BFD0B6: hue angle of 99.23º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD0B6 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
RGB | 191 | 208 | 182 | - |
CMYK | 0.08 | 0 | 0.12 | 0.18 |
HSL | 99.23º | 0.22% | 0.76% | - |
HSV(B) | 99.23º | 0.13% | 0.82% | - |
XYZ | 52.49 | 59.57 | 52.99 | - |
YUV | 199.95 | 117.87 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 208 | 182 | 0.08 | 0 | 0.12 | 0.18 | 99.23 | 0.22 | 0.76 |
Hex | BF | D0 | B6 | 8 | 0 | C | 12 | 63 | 16 | 4C |
Octal | 277 | 320 | 266 | 10 | 0 | 14 | 22 | 143 | 26 | 114 |
Binary | 10111111 | 11010000 | 10110110 | 1000 | 0 | 1100 | 10010 | 1100011 | 10110 | 1001100 |
Color Harmonies of #BFD0B6
Complementary color
Monochromatic Colors of #BFD0B6
Black with #BFD0B6
Text Example
Text Example
White with #BFD0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0B6; }
p { color: rgb(191,208,182); }
H1.HeaderClassName
{
color: #BFD0B6;
}
.AnyTagClassName
{
color: #BFD0B6;
}
</style>
background-color css
<style>
a { background-color: #BFD0B6; }
a { background-color: rgb(191,208,182); }
div.DivClassName
{
background-color: #BFD0B6;
}
.BgClassName
{
background-color: #BFD0B6;
}
</style>
border-color css
<style>
span { border-color: #BFD0B6; }
span { border-color: rgb(191,208,182); }
td.TdClassName
{
border-color: #BFD0B6;
}
.TagClassName
{
border-color: #BFD0B6;
}
</style>