Shades of Surf #B4D4BA
Tints of Surf #B4D4BA
RGB
CMYK
RGB Variations
Color information
#B4D4BA (or 0xB4D4BA) is known color: Surf. HEX triplet: B4, D4 and BA. RGB value is (180,212,186). Sum of RGB (Red+Green+Blue) = 180+212+186=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D4BA is #4B2B45. Grayscale: #C7C7C7. Windows color (decimal): -4926278 or 12244148. OLE color: 12244148.
HSL color Cylindrical-coordinate representation of color #B4D4BA: hue angle of 131.25º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D4BA is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 186 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.17 |
| HSL | 131.25º | 0.27% | 0.77% | - |
| HSV(B) | 131.25º | 0.15% | 0.83% | - |
| XYZ | 51.23 | 60.34 | 55.4 | - |
| YUV | 199.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 186 | 0.15 | 0 | 0.12 | 0.17 | 131.25 | 0.27 | 0.77 |
| Hex | B4 | D4 | BA | F | 0 | C | 11 | 83 | 1B | 4D |
| Octal | 264 | 324 | 272 | 17 | 0 | 14 | 21 | 203 | 33 | 115 |
| Binary | 10110100 | 11010100 | 10111010 | 1111 | 0 | 1100 | 10001 | 10000011 | 11011 | 1001101 |
Color Harmonies of #B4D4BA
Complementary color
Monochromatic Colors of #B4D4BA
Black with #B4D4BA
Text Example
Text Example
White with #B4D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D4BA; }
p { color: rgb(180,212,186); }
H1.HeaderClassName
{
color: #B4D4BA;
}
.AnyTagClassName
{
color: #B4D4BA;
}
</style>
background-color css
<style>
a { background-color: #B4D4BA; }
a { background-color: rgb(180,212,186); }
div.DivClassName
{
background-color: #B4D4BA;
}
.BgClassName
{
background-color: #B4D4BA;
}
</style>
border-color css
<style>
span { border-color: #B4D4BA; }
span { border-color: rgb(180,212,186); }
td.TdClassName
{
border-color: #B4D4BA;
}
.TagClassName
{
border-color: #B4D4BA;
}
</style>