Shades of Surf #B7CBBC
Tints of Surf #B7CBBC
RGB
CMYK
RGB Variations
Color information
#B7CBBC (or 0xB7CBBC) is known color: Surf. HEX triplet: B7, CB and BC. RGB value is (183,203,188). Sum of RGB (Red+Green+Blue) = 183+203+188=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBBC is #483443. Grayscale: #C3C3C3. Windows color (decimal): -4731972 or 12372919. OLE color: 12372919.
HSL color Cylindrical-coordinate representation of color #B7CBBC: 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 #B7CBBC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 188 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.20 |
| HSL | 135º | 0.16% | 0.76% | - |
| HSV(B) | 135º | 0.1% | 0.8% | - |
| XYZ | 49.96 | 56.41 | 55.83 | - |
| YUV | 195.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 188 | 0.10 | 0 | 0.07 | 0.20 | 135 | 0.16 | 0.76 |
| Hex | B7 | CB | BC | A | 0 | 7 | 14 | 87 | 10 | 4C |
| Octal | 267 | 313 | 274 | 12 | 0 | 7 | 24 | 207 | 20 | 114 |
| Binary | 10110111 | 11001011 | 10111100 | 1010 | 0 | 111 | 10100 | 10000111 | 10000 | 1001100 |
Color Harmonies of #B7CBBC
Complementary color
Monochromatic Colors of #B7CBBC
Black with #B7CBBC
Text Example
Text Example
White with #B7CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBBC; }
p { color: rgb(183,203,188); }
H1.HeaderClassName
{
color: #B7CBBC;
}
.AnyTagClassName
{
color: #B7CBBC;
}
</style>
background-color css
<style>
a { background-color: #B7CBBC; }
a { background-color: rgb(183,203,188); }
div.DivClassName
{
background-color: #B7CBBC;
}
.BgClassName
{
background-color: #B7CBBC;
}
</style>
border-color css
<style>
span { border-color: #B7CBBC; }
span { border-color: rgb(183,203,188); }
td.TdClassName
{
border-color: #B7CBBC;
}
.TagClassName
{
border-color: #B7CBBC;
}
</style>