Shades of Surf #B9CCBD
Tints of Surf #B9CCBD
RGB
CMYK
RGB Variations
Color information
#B9CCBD (or 0xB9CCBD) is known color: Surf. HEX triplet: B9, CC and BD. RGB value is (185,204,189). Sum of RGB (Red+Green+Blue) = 185+204+189=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCBD is #463342. Grayscale: #C4C4C4. Windows color (decimal): -4600643 or 12438713. OLE color: 12438713.
HSL color Cylindrical-coordinate representation of color #B9CCBD: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCBD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 189 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.2 |
| HSL | 132.63º | 0.16% | 0.76% | - |
| HSV(B) | 132.63º | 0.09% | 0.8% | - |
| XYZ | 50.79 | 57.17 | 56.5 | - |
| YUV | 196.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 189 | 0.09 | 0 | 0.07 | 0.2 | 132.63 | 0.16 | 0.76 |
| Hex | B9 | CC | BD | 9 | 0 | 7 | 14 | 85 | 10 | 4C |
| Octal | 271 | 314 | 275 | 11 | 0 | 7 | 24 | 205 | 20 | 114 |
| Binary | 10111001 | 11001100 | 10111101 | 1001 | 0 | 111 | 10100 | 10000101 | 10000 | 1001100 |
Color Harmonies of #B9CCBD
Complementary color
Monochromatic Colors of #B9CCBD
Black with #B9CCBD
Text Example
Text Example
White with #B9CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCBD; }
p { color: rgb(185,204,189); }
H1.HeaderClassName
{
color: #B9CCBD;
}
.AnyTagClassName
{
color: #B9CCBD;
}
</style>
background-color css
<style>
a { background-color: #B9CCBD; }
a { background-color: rgb(185,204,189); }
div.DivClassName
{
background-color: #B9CCBD;
}
.BgClassName
{
background-color: #B9CCBD;
}
</style>
border-color css
<style>
span { border-color: #B9CCBD; }
span { border-color: rgb(185,204,189); }
td.TdClassName
{
border-color: #B9CCBD;
}
.TagClassName
{
border-color: #B9CCBD;
}
</style>