Shades of Surf #B4D9BA
Tints of Surf #B4D9BA
RGB
CMYK
RGB Variations
Color information
#B4D9BA (or 0xB4D9BA) is known color: Surf. HEX triplet: B4, D9 and BA. RGB value is (180,217,186). Sum of RGB (Red+Green+Blue) = 180+217+186=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9BA is #4B2645. Grayscale: #CACACA. Windows color (decimal): -4924998 or 12245428. OLE color: 12245428.
HSL color Cylindrical-coordinate representation of color #B4D9BA: hue angle of 129.73º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D9BA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 186 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.15 |
| HSL | 129.73º | 0.33% | 0.78% | - |
| HSV(B) | 129.73º | 0.17% | 0.85% | - |
| XYZ | 52.5 | 62.87 | 55.82 | - |
| YUV | 202.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 186 | 0.17 | 0 | 0.14 | 0.15 | 129.73 | 0.33 | 0.78 |
| Hex | B4 | D9 | BA | 11 | 0 | E | F | 82 | 21 | 4E |
| Octal | 264 | 331 | 272 | 21 | 0 | 16 | 17 | 202 | 41 | 116 |
| Binary | 10110100 | 11011001 | 10111010 | 10001 | 0 | 1110 | 1111 | 10000010 | 100001 | 1001110 |
Color Harmonies of #B4D9BA
Complementary color
Monochromatic Colors of #B4D9BA
Black with #B4D9BA
Text Example
Text Example
White with #B4D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9BA; }
p { color: rgb(180,217,186); }
H1.HeaderClassName
{
color: #B4D9BA;
}
.AnyTagClassName
{
color: #B4D9BA;
}
</style>
background-color css
<style>
a { background-color: #B4D9BA; }
a { background-color: rgb(180,217,186); }
div.DivClassName
{
background-color: #B4D9BA;
}
.BgClassName
{
background-color: #B4D9BA;
}
</style>
border-color css
<style>
span { border-color: #B4D9BA; }
span { border-color: rgb(180,217,186); }
td.TdClassName
{
border-color: #B4D9BA;
}
.TagClassName
{
border-color: #B4D9BA;
}
</style>