Shades of Surf #B7D5BC
Tints of Surf #B7D5BC
RGB
CMYK
RGB Variations
Color information
#B7D5BC (or 0xB7D5BC) is known color: Surf. HEX triplet: B7, D5 and BC. RGB value is (183,213,188). Sum of RGB (Red+Green+Blue) = 183+213+188=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5BC is #482A43. Grayscale: #C9C9C9. Windows color (decimal): -4729412 or 12375479. OLE color: 12375479.
HSL color Cylindrical-coordinate representation of color #B7D5BC: hue angle of 130º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D5BC is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 188 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.16 |
| HSL | 130º | 0.26% | 0.78% | - |
| HSV(B) | 130º | 0.14% | 0.84% | - |
| XYZ | 52.4 | 61.29 | 56.64 | - |
| YUV | 201.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 188 | 0.14 | 0 | 0.12 | 0.16 | 130 | 0.26 | 0.78 |
| Hex | B7 | D5 | BC | E | 0 | C | 10 | 82 | 1A | 4E |
| Octal | 267 | 325 | 274 | 16 | 0 | 14 | 20 | 202 | 32 | 116 |
| Binary | 10110111 | 11010101 | 10111100 | 1110 | 0 | 1100 | 10000 | 10000010 | 11010 | 1001110 |
Color Harmonies of #B7D5BC
Complementary color
Monochromatic Colors of #B7D5BC
Black with #B7D5BC
Text Example
Text Example
White with #B7D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5BC; }
p { color: rgb(183,213,188); }
H1.HeaderClassName
{
color: #B7D5BC;
}
.AnyTagClassName
{
color: #B7D5BC;
}
</style>
background-color css
<style>
a { background-color: #B7D5BC; }
a { background-color: rgb(183,213,188); }
div.DivClassName
{
background-color: #B7D5BC;
}
.BgClassName
{
background-color: #B7D5BC;
}
</style>
border-color css
<style>
span { border-color: #B7D5BC; }
span { border-color: rgb(183,213,188); }
td.TdClassName
{
border-color: #B7D5BC;
}
.TagClassName
{
border-color: #B7D5BC;
}
</style>