Shades of Surf #BCDFBB
Tints of Surf #BCDFBB
RGB
CMYK
RGB Variations
Color information
#BCDFBB (or 0xBCDFBB) is known color: Surf. HEX triplet: BC, DF and BB. RGB value is (188,223,187). Sum of RGB (Red+Green+Blue) = 188+223+187=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFBB is #432044. Grayscale: #D0D0D0. Windows color (decimal): -4399173 or 12312508. OLE color: 12312508.
HSL color Cylindrical-coordinate representation of color #BCDFBB: hue angle of 118.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFBB is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 187 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.13 |
| HSL | 118.33º | 0.36% | 0.8% | - |
| HSV(B) | 118.33º | 0.16% | 0.87% | - |
| XYZ | 56.1 | 67.05 | 57 | - |
| YUV | 208.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 187 | 0.16 | 0 | 0.16 | 0.13 | 118.33 | 0.36 | 0.8 |
| Hex | BC | DF | BB | 10 | 0 | 10 | D | 76 | 24 | 50 |
| Octal | 274 | 337 | 273 | 20 | 0 | 20 | 15 | 166 | 44 | 120 |
| Binary | 10111100 | 11011111 | 10111011 | 10000 | 0 | 10000 | 1101 | 1110110 | 100100 | 1010000 |
Color Harmonies of #BCDFBB
Complementary color
Monochromatic Colors of #BCDFBB
Black with #BCDFBB
Text Example
Text Example
White with #BCDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFBB; }
p { color: rgb(188,223,187); }
H1.HeaderClassName
{
color: #BCDFBB;
}
.AnyTagClassName
{
color: #BCDFBB;
}
</style>
background-color css
<style>
a { background-color: #BCDFBB; }
a { background-color: rgb(188,223,187); }
div.DivClassName
{
background-color: #BCDFBB;
}
.BgClassName
{
background-color: #BCDFBB;
}
</style>
border-color css
<style>
span { border-color: #BCDFBB; }
span { border-color: rgb(188,223,187); }
td.TdClassName
{
border-color: #BCDFBB;
}
.TagClassName
{
border-color: #BCDFBB;
}
</style>