Shades of Surf #B4D3BD
Tints of Surf #B4D3BD
RGB
CMYK
RGB Variations
Color information
#B4D3BD (or 0xB4D3BD) is known color: Surf. HEX triplet: B4, D3 and BD. RGB value is (180,211,189). Sum of RGB (Red+Green+Blue) = 180+211+189=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3BD is #4B2C42. Grayscale: #C7C7C7. Windows color (decimal): -4926531 or 12440500. OLE color: 12440500.
HSL color Cylindrical-coordinate representation of color #B4D3BD: hue angle of 137.42º degrees, saturation: 0.26, 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 #B4D3BD is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 189 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.17 |
| HSL | 137.42º | 0.26% | 0.77% | - |
| HSV(B) | 137.42º | 0.15% | 0.83% | - |
| XYZ | 51.3 | 59.97 | 57.01 | - |
| YUV | 199.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 189 | 0.15 | 0 | 0.10 | 0.17 | 137.42 | 0.26 | 0.77 |
| Hex | B4 | D3 | BD | F | 0 | A | 11 | 89 | 1A | 4D |
| Octal | 264 | 323 | 275 | 17 | 0 | 12 | 21 | 211 | 32 | 115 |
| Binary | 10110100 | 11010011 | 10111101 | 1111 | 0 | 1010 | 10001 | 10001001 | 11010 | 1001101 |
Color Harmonies of #B4D3BD
Complementary color
Monochromatic Colors of #B4D3BD
Black with #B4D3BD
Text Example
Text Example
White with #B4D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3BD; }
p { color: rgb(180,211,189); }
H1.HeaderClassName
{
color: #B4D3BD;
}
.AnyTagClassName
{
color: #B4D3BD;
}
</style>
background-color css
<style>
a { background-color: #B4D3BD; }
a { background-color: rgb(180,211,189); }
div.DivClassName
{
background-color: #B4D3BD;
}
.BgClassName
{
background-color: #B4D3BD;
}
</style>
border-color css
<style>
span { border-color: #B4D3BD; }
span { border-color: rgb(180,211,189); }
td.TdClassName
{
border-color: #B4D3BD;
}
.TagClassName
{
border-color: #B4D3BD;
}
</style>