Shades of Surf #B7CEBD
Tints of Surf #B7CEBD
RGB
CMYK
RGB Variations
Color information
#B7CEBD (or 0xB7CEBD) is known color: Surf. HEX triplet: B7, CE and BD. RGB value is (183,206,189). Sum of RGB (Red+Green+Blue) = 183+206+189=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEBD is #483142. Grayscale: #C5C5C5. Windows color (decimal): -4731203 or 12439223. OLE color: 12439223.
HSL color Cylindrical-coordinate representation of color #B7CEBD: hue angle of 135.65º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEBD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 189 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.19 |
| HSL | 135.65º | 0.19% | 0.76% | - |
| HSV(B) | 135.65º | 0.11% | 0.81% | - |
| XYZ | 50.79 | 57.88 | 56.64 | - |
| YUV | 197.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 189 | 0.11 | 0 | 0.08 | 0.19 | 135.65 | 0.19 | 0.76 |
| Hex | B7 | CE | BD | B | 0 | 8 | 13 | 88 | 13 | 4C |
| Octal | 267 | 316 | 275 | 13 | 0 | 10 | 23 | 210 | 23 | 114 |
| Binary | 10110111 | 11001110 | 10111101 | 1011 | 0 | 1000 | 10011 | 10001000 | 10011 | 1001100 |
Color Harmonies of #B7CEBD
Complementary color
Monochromatic Colors of #B7CEBD
Black with #B7CEBD
Text Example
Text Example
White with #B7CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEBD; }
p { color: rgb(183,206,189); }
H1.HeaderClassName
{
color: #B7CEBD;
}
.AnyTagClassName
{
color: #B7CEBD;
}
</style>
background-color css
<style>
a { background-color: #B7CEBD; }
a { background-color: rgb(183,206,189); }
div.DivClassName
{
background-color: #B7CEBD;
}
.BgClassName
{
background-color: #B7CEBD;
}
</style>
border-color css
<style>
span { border-color: #B7CEBD; }
span { border-color: rgb(183,206,189); }
td.TdClassName
{
border-color: #B7CEBD;
}
.TagClassName
{
border-color: #B7CEBD;
}
</style>