Shades of Surf #B7CBBB
Tints of Surf #B7CBBB
RGB
CMYK
RGB Variations
Color information
#B7CBBB (or 0xB7CBBB) is known color: Surf. HEX triplet: B7, CB and BB. RGB value is (183,203,187). Sum of RGB (Red+Green+Blue) = 183+203+187=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBBB is #483444. Grayscale: #C3C3C3. Windows color (decimal): -4731973 or 12307383. OLE color: 12307383.
HSL color Cylindrical-coordinate representation of color #B7CBBB: hue angle of 132º 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 #B7CBBB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 187 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.20 |
| HSL | 132º | 0.16% | 0.76% | - |
| HSV(B) | 132º | 0.1% | 0.8% | - |
| XYZ | 49.85 | 56.37 | 55.27 | - |
| YUV | 195.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 187 | 0.10 | 0 | 0.08 | 0.20 | 132 | 0.16 | 0.76 |
| Hex | B7 | CB | BB | A | 0 | 8 | 14 | 84 | 10 | 4C |
| Octal | 267 | 313 | 273 | 12 | 0 | 10 | 24 | 204 | 20 | 114 |
| Binary | 10110111 | 11001011 | 10111011 | 1010 | 0 | 1000 | 10100 | 10000100 | 10000 | 1001100 |
Color Harmonies of #B7CBBB
Complementary color
Monochromatic Colors of #B7CBBB
Black with #B7CBBB
Text Example
Text Example
White with #B7CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBBB; }
p { color: rgb(183,203,187); }
H1.HeaderClassName
{
color: #B7CBBB;
}
.AnyTagClassName
{
color: #B7CBBB;
}
</style>
background-color css
<style>
a { background-color: #B7CBBB; }
a { background-color: rgb(183,203,187); }
div.DivClassName
{
background-color: #B7CBBB;
}
.BgClassName
{
background-color: #B7CBBB;
}
</style>
border-color css
<style>
span { border-color: #B7CBBB; }
span { border-color: rgb(183,203,187); }
td.TdClassName
{
border-color: #B7CBBB;
}
.TagClassName
{
border-color: #B7CBBB;
}
</style>