Shades of Surf #B2D3B4
Tints of Surf #B2D3B4
RGB
CMYK
RGB Variations
Color information
#B2D3B4 (or 0xB2D3B4) is known color: Surf. HEX triplet: B2, D3 and B4. RGB value is (178,211,180). Sum of RGB (Red+Green+Blue) = 178+211+180=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D3B4 is #4D2C4B. Grayscale: #C5C5C5. Windows color (decimal): -5057612 or 11850674. OLE color: 11850674.
HSL color Cylindrical-coordinate representation of color #B2D3B4: hue angle of 123.64º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D3B4 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 180 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.17 |
| HSL | 123.64º | 0.27% | 0.76% | - |
| HSV(B) | 123.64º | 0.16% | 0.83% | - |
| XYZ | 49.89 | 59.35 | 52.01 | - |
| YUV | 197.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 180 | 0.16 | 0 | 0.15 | 0.17 | 123.64 | 0.27 | 0.76 |
| Hex | B2 | D3 | B4 | 10 | 0 | F | 11 | 7C | 1B | 4C |
| Octal | 262 | 323 | 264 | 20 | 0 | 17 | 21 | 174 | 33 | 114 |
| Binary | 10110010 | 11010011 | 10110100 | 10000 | 0 | 1111 | 10001 | 1111100 | 11011 | 1001100 |
Color Harmonies of #B2D3B4
Complementary color
Monochromatic Colors of #B2D3B4
Black with #B2D3B4
Text Example
Text Example
White with #B2D3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D3B4; }
p { color: rgb(178,211,180); }
H1.HeaderClassName
{
color: #B2D3B4;
}
.AnyTagClassName
{
color: #B2D3B4;
}
</style>
background-color css
<style>
a { background-color: #B2D3B4; }
a { background-color: rgb(178,211,180); }
div.DivClassName
{
background-color: #B2D3B4;
}
.BgClassName
{
background-color: #B2D3B4;
}
</style>
border-color css
<style>
span { border-color: #B2D3B4; }
span { border-color: rgb(178,211,180); }
td.TdClassName
{
border-color: #B2D3B4;
}
.TagClassName
{
border-color: #B2D3B4;
}
</style>