Shades of Surf #B7CCBB
Tints of Surf #B7CCBB
RGB
CMYK
RGB Variations
Color information
#B7CCBB (or 0xB7CCBB) is known color: Surf. HEX triplet: B7, CC and BB. RGB value is (183,204,187). Sum of RGB (Red+Green+Blue) = 183+204+187=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCBB is #483344. Grayscale: #C3C3C3. Windows color (decimal): -4731717 or 12307639. OLE color: 12307639.
HSL color Cylindrical-coordinate representation of color #B7CCBB: 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 #B7CCBB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 187 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.2 |
| HSL | 131.43º | 0.17% | 0.76% | - |
| HSV(B) | 131.43º | 0.1% | 0.8% | - |
| XYZ | 50.09 | 56.84 | 55.35 | - |
| YUV | 195.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 187 | 0.10 | 0 | 0.08 | 0.2 | 131.43 | 0.17 | 0.76 |
| Hex | B7 | CC | BB | A | 0 | 8 | 14 | 83 | 11 | 4C |
| Octal | 267 | 314 | 273 | 12 | 0 | 10 | 24 | 203 | 21 | 114 |
| Binary | 10110111 | 11001100 | 10111011 | 1010 | 0 | 1000 | 10100 | 10000011 | 10001 | 1001100 |
Color Harmonies of #B7CCBB
Complementary color
Monochromatic Colors of #B7CCBB
Black with #B7CCBB
Text Example
Text Example
White with #B7CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCBB; }
p { color: rgb(183,204,187); }
H1.HeaderClassName
{
color: #B7CCBB;
}
.AnyTagClassName
{
color: #B7CCBB;
}
</style>
background-color css
<style>
a { background-color: #B7CCBB; }
a { background-color: rgb(183,204,187); }
div.DivClassName
{
background-color: #B7CCBB;
}
.BgClassName
{
background-color: #B7CCBB;
}
</style>
border-color css
<style>
span { border-color: #B7CCBB; }
span { border-color: rgb(183,204,187); }
td.TdClassName
{
border-color: #B7CCBB;
}
.TagClassName
{
border-color: #B7CCBB;
}
</style>