Shades of Surf #B9CCBC
Tints of Surf #B9CCBC
RGB
CMYK
RGB Variations
Color information
#B9CCBC (or 0xB9CCBC) is known color: Surf. HEX triplet: B9, CC and BC. RGB value is (185,204,188). Sum of RGB (Red+Green+Blue) = 185+204+188=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCBC is #463343. Grayscale: #C4C4C4. Windows color (decimal): -4600644 or 12373177. OLE color: 12373177.
HSL color Cylindrical-coordinate representation of color #B9CCBC: hue angle of 129.47º 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 #B9CCBC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 188 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.2 |
| HSL | 129.47º | 0.16% | 0.76% | - |
| HSV(B) | 129.47º | 0.09% | 0.8% | - |
| XYZ | 50.68 | 57.13 | 55.93 | - |
| YUV | 196.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 188 | 0.09 | 0 | 0.08 | 0.2 | 129.47 | 0.16 | 0.76 |
| Hex | B9 | CC | BC | 9 | 0 | 8 | 14 | 81 | 10 | 4C |
| Octal | 271 | 314 | 274 | 11 | 0 | 10 | 24 | 201 | 20 | 114 |
| Binary | 10111001 | 11001100 | 10111100 | 1001 | 0 | 1000 | 10100 | 10000001 | 10000 | 1001100 |
Color Harmonies of #B9CCBC
Complementary color
Monochromatic Colors of #B9CCBC
Black with #B9CCBC
Text Example
Text Example
White with #B9CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCBC; }
p { color: rgb(185,204,188); }
H1.HeaderClassName
{
color: #B9CCBC;
}
.AnyTagClassName
{
color: #B9CCBC;
}
</style>
background-color css
<style>
a { background-color: #B9CCBC; }
a { background-color: rgb(185,204,188); }
div.DivClassName
{
background-color: #B9CCBC;
}
.BgClassName
{
background-color: #B9CCBC;
}
</style>
border-color css
<style>
span { border-color: #B9CCBC; }
span { border-color: rgb(185,204,188); }
td.TdClassName
{
border-color: #B9CCBC;
}
.TagClassName
{
border-color: #B9CCBC;
}
</style>