Shades of Surf #B4D0BA
Tints of Surf #B4D0BA
RGB
CMYK
RGB Variations
Color information
#B4D0BA (or 0xB4D0BA) is known color: Surf. HEX triplet: B4, D0 and BA. RGB value is (180,208,186). Sum of RGB (Red+Green+Blue) = 180+208+186=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D0BA is #4B2F45. Grayscale: #C5C5C5. Windows color (decimal): -4927302 or 12243124. OLE color: 12243124.
HSL color Cylindrical-coordinate representation of color #B4D0BA: hue angle of 132.86º 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 #B4D0BA is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 186 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.18 |
| HSL | 132.86º | 0.23% | 0.76% | - |
| HSV(B) | 132.86º | 0.13% | 0.82% | - |
| XYZ | 50.24 | 58.36 | 55.07 | - |
| YUV | 197.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 186 | 0.13 | 0 | 0.11 | 0.18 | 132.86 | 0.23 | 0.76 |
| Hex | B4 | D0 | BA | D | 0 | B | 12 | 85 | 17 | 4C |
| Octal | 264 | 320 | 272 | 15 | 0 | 13 | 22 | 205 | 27 | 114 |
| Binary | 10110100 | 11010000 | 10111010 | 1101 | 0 | 1011 | 10010 | 10000101 | 10111 | 1001100 |
Color Harmonies of #B4D0BA
Complementary color
Monochromatic Colors of #B4D0BA
Black with #B4D0BA
Text Example
Text Example
White with #B4D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D0BA; }
p { color: rgb(180,208,186); }
H1.HeaderClassName
{
color: #B4D0BA;
}
.AnyTagClassName
{
color: #B4D0BA;
}
</style>
background-color css
<style>
a { background-color: #B4D0BA; }
a { background-color: rgb(180,208,186); }
div.DivClassName
{
background-color: #B4D0BA;
}
.BgClassName
{
background-color: #B4D0BA;
}
</style>
border-color css
<style>
span { border-color: #B4D0BA; }
span { border-color: rgb(180,208,186); }
td.TdClassName
{
border-color: #B4D0BA;
}
.TagClassName
{
border-color: #B4D0BA;
}
</style>