Shades of Surf #B0D2B5
Tints of Surf #B0D2B5
RGB
CMYK
RGB Variations
Color information
#B0D2B5 (or 0xB0D2B5) is known color: Surf. HEX triplet: B0, D2 and B5. RGB value is (176,210,181). Sum of RGB (Red+Green+Blue) = 176+210+181=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2B5 is #4F2D4A. Grayscale: #C4C4C4. Windows color (decimal): -5188939 or 11915952. OLE color: 11915952.
HSL color Cylindrical-coordinate representation of color #B0D2B5: hue angle of 128.82º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2B5 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 181 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.18 |
| HSL | 128.82º | 0.27% | 0.76% | - |
| HSV(B) | 128.82º | 0.16% | 0.82% | - |
| XYZ | 49.29 | 58.66 | 52.44 | - |
| YUV | 196.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 181 | 0.16 | 0 | 0.14 | 0.18 | 128.82 | 0.27 | 0.76 |
| Hex | B0 | D2 | B5 | 10 | 0 | E | 12 | 81 | 1B | 4C |
| Octal | 260 | 322 | 265 | 20 | 0 | 16 | 22 | 201 | 33 | 114 |
| Binary | 10110000 | 11010010 | 10110101 | 10000 | 0 | 1110 | 10010 | 10000001 | 11011 | 1001100 |
Color Harmonies of #B0D2B5
Complementary color
Monochromatic Colors of #B0D2B5
Black with #B0D2B5
Text Example
Text Example
White with #B0D2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2B5; }
p { color: rgb(176,210,181); }
H1.HeaderClassName
{
color: #B0D2B5;
}
.AnyTagClassName
{
color: #B0D2B5;
}
</style>
background-color css
<style>
a { background-color: #B0D2B5; }
a { background-color: rgb(176,210,181); }
div.DivClassName
{
background-color: #B0D2B5;
}
.BgClassName
{
background-color: #B0D2B5;
}
</style>
border-color css
<style>
span { border-color: #B0D2B5; }
span { border-color: rgb(176,210,181); }
td.TdClassName
{
border-color: #B0D2B5;
}
.TagClassName
{
border-color: #B0D2B5;
}
</style>