Shades of Surf #B4D0BB
Tints of Surf #B4D0BB
RGB
CMYK
RGB Variations
Color information
#B4D0BB (or 0xB4D0BB) is known color: Surf. HEX triplet: B4, D0 and BB. RGB value is (180,208,187). Sum of RGB (Red+Green+Blue) = 180+208+187=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0BB is #4B2F44. Grayscale: #C5C5C5. Windows color (decimal): -4927301 or 12308660. OLE color: 12308660.
HSL color Cylindrical-coordinate representation of color #B4D0BB: hue angle of 135º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4D0BB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 187 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.18 |
| HSL | 135º | 0.23% | 0.76% | - |
| HSV(B) | 135º | 0.13% | 0.82% | - |
| XYZ | 50.35 | 58.4 | 55.63 | - |
| YUV | 197.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 187 | 0.13 | 0 | 0.10 | 0.18 | 135 | 0.23 | 0.76 |
| Hex | B4 | D0 | BB | D | 0 | A | 12 | 87 | 17 | 4C |
| Octal | 264 | 320 | 273 | 15 | 0 | 12 | 22 | 207 | 27 | 114 |
| Binary | 10110100 | 11010000 | 10111011 | 1101 | 0 | 1010 | 10010 | 10000111 | 10111 | 1001100 |
Color Harmonies of #B4D0BB
Complementary color
Monochromatic Colors of #B4D0BB
Black with #B4D0BB
Text Example
Text Example
White with #B4D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0BB; }
p { color: rgb(180,208,187); }
H1.HeaderClassName
{
color: #B4D0BB;
}
.AnyTagClassName
{
color: #B4D0BB;
}
</style>
background-color css
<style>
a { background-color: #B4D0BB; }
a { background-color: rgb(180,208,187); }
div.DivClassName
{
background-color: #B4D0BB;
}
.BgClassName
{
background-color: #B4D0BB;
}
</style>
border-color css
<style>
span { border-color: #B4D0BB; }
span { border-color: rgb(180,208,187); }
td.TdClassName
{
border-color: #B4D0BB;
}
.TagClassName
{
border-color: #B4D0BB;
}
</style>