Shades of Surf #B8CCBD
Tints of Surf #B8CCBD
RGB
CMYK
RGB Variations
Color information
#B8CCBD (or 0xB8CCBD) is known color: Surf. HEX triplet: B8, CC and BD. RGB value is (184,204,189). Sum of RGB (Red+Green+Blue) = 184+204+189=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCBD is #473342. Grayscale: #C4C4C4. Windows color (decimal): -4666179 or 12438712. OLE color: 12438712.
HSL color Cylindrical-coordinate representation of color #B8CCBD: hue angle of 135º degrees, saturation: 0.16, 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 #B8CCBD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 189 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.2 |
| HSL | 135º | 0.16% | 0.76% | - |
| HSV(B) | 135º | 0.1% | 0.8% | - |
| XYZ | 50.55 | 57.05 | 56.49 | - |
| YUV | 196.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 189 | 0.10 | 0 | 0.07 | 0.2 | 135 | 0.16 | 0.76 |
| Hex | B8 | CC | BD | A | 0 | 7 | 14 | 87 | 10 | 4C |
| Octal | 270 | 314 | 275 | 12 | 0 | 7 | 24 | 207 | 20 | 114 |
| Binary | 10111000 | 11001100 | 10111101 | 1010 | 0 | 111 | 10100 | 10000111 | 10000 | 1001100 |
Color Harmonies of #B8CCBD
Complementary color
Monochromatic Colors of #B8CCBD
Black with #B8CCBD
Text Example
Text Example
White with #B8CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCBD; }
p { color: rgb(184,204,189); }
H1.HeaderClassName
{
color: #B8CCBD;
}
.AnyTagClassName
{
color: #B8CCBD;
}
</style>
background-color css
<style>
a { background-color: #B8CCBD; }
a { background-color: rgb(184,204,189); }
div.DivClassName
{
background-color: #B8CCBD;
}
.BgClassName
{
background-color: #B8CCBD;
}
</style>
border-color css
<style>
span { border-color: #B8CCBD; }
span { border-color: rgb(184,204,189); }
td.TdClassName
{
border-color: #B8CCBD;
}
.TagClassName
{
border-color: #B8CCBD;
}
</style>