Shades of Surf #B8CDBC
Tints of Surf #B8CDBC
RGB
CMYK
RGB Variations
Color information
#B8CDBC (or 0xB8CDBC) is known color: Surf. HEX triplet: B8, CD and BC. RGB value is (184,205,188). Sum of RGB (Red+Green+Blue) = 184+205+188=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDBC is #473243. Grayscale: #C4C4C4. Windows color (decimal): -4665924 or 12373432. OLE color: 12373432.
HSL color Cylindrical-coordinate representation of color #B8CDBC: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDBC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 188 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.20 |
| HSL | 131.43º | 0.17% | 0.76% | - |
| HSV(B) | 131.43º | 0.1% | 0.8% | - |
| XYZ | 50.68 | 57.48 | 56 | - |
| YUV | 196.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 188 | 0.10 | 0 | 0.08 | 0.20 | 131.43 | 0.17 | 0.76 |
| Hex | B8 | CD | BC | A | 0 | 8 | 14 | 83 | 11 | 4C |
| Octal | 270 | 315 | 274 | 12 | 0 | 10 | 24 | 203 | 21 | 114 |
| Binary | 10111000 | 11001101 | 10111100 | 1010 | 0 | 1000 | 10100 | 10000011 | 10001 | 1001100 |
Color Harmonies of #B8CDBC
Complementary color
Monochromatic Colors of #B8CDBC
Black with #B8CDBC
Text Example
Text Example
White with #B8CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDBC; }
p { color: rgb(184,205,188); }
H1.HeaderClassName
{
color: #B8CDBC;
}
.AnyTagClassName
{
color: #B8CDBC;
}
</style>
background-color css
<style>
a { background-color: #B8CDBC; }
a { background-color: rgb(184,205,188); }
div.DivClassName
{
background-color: #B8CDBC;
}
.BgClassName
{
background-color: #B8CDBC;
}
</style>
border-color css
<style>
span { border-color: #B8CDBC; }
span { border-color: rgb(184,205,188); }
td.TdClassName
{
border-color: #B8CDBC;
}
.TagClassName
{
border-color: #B8CDBC;
}
</style>