Shades of Surf #B4D2BB
Tints of Surf #B4D2BB
RGB
CMYK
RGB Variations
Color information
#B4D2BB (or 0xB4D2BB) is known color: Surf. HEX triplet: B4, D2 and BB. RGB value is (180,210,187). Sum of RGB (Red+Green+Blue) = 180+210+187=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2BB is #4B2D44. Grayscale: #C6C6C6. Windows color (decimal): -4926789 or 12309172. OLE color: 12309172.
HSL color Cylindrical-coordinate representation of color #B4D2BB: hue angle of 134º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D2BB is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 187 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.18 |
| HSL | 134º | 0.25% | 0.76% | - |
| HSV(B) | 134º | 0.14% | 0.82% | - |
| XYZ | 50.84 | 59.38 | 55.8 | - |
| YUV | 198.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 187 | 0.14 | 0 | 0.11 | 0.18 | 134 | 0.25 | 0.76 |
| Hex | B4 | D2 | BB | E | 0 | B | 12 | 86 | 19 | 4C |
| Octal | 264 | 322 | 273 | 16 | 0 | 13 | 22 | 206 | 31 | 114 |
| Binary | 10110100 | 11010010 | 10111011 | 1110 | 0 | 1011 | 10010 | 10000110 | 11001 | 1001100 |
Color Harmonies of #B4D2BB
Complementary color
Monochromatic Colors of #B4D2BB
Black with #B4D2BB
Text Example
Text Example
White with #B4D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D2BB; }
p { color: rgb(180,210,187); }
H1.HeaderClassName
{
color: #B4D2BB;
}
.AnyTagClassName
{
color: #B4D2BB;
}
</style>
background-color css
<style>
a { background-color: #B4D2BB; }
a { background-color: rgb(180,210,187); }
div.DivClassName
{
background-color: #B4D2BB;
}
.BgClassName
{
background-color: #B4D2BB;
}
</style>
border-color css
<style>
span { border-color: #B4D2BB; }
span { border-color: rgb(180,210,187); }
td.TdClassName
{
border-color: #B4D2BB;
}
.TagClassName
{
border-color: #B4D2BB;
}
</style>