Shades of Surf #B0D2B3
Tints of Surf #B0D2B3
RGB
CMYK
RGB Variations
Color information
#B0D2B3 (or 0xB0D2B3) is known color: Surf. HEX triplet: B0, D2 and B3. RGB value is (176,210,179). Sum of RGB (Red+Green+Blue) = 176+210+179=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2B3 is #4F2D4C. Grayscale: #C4C4C4. Windows color (decimal): -5188941 or 11784880. OLE color: 11784880.
HSL color Cylindrical-coordinate representation of color #B0D2B3: hue angle of 125.29º 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 #B0D2B3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 179 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.18 |
| HSL | 125.29º | 0.27% | 0.76% | - |
| HSV(B) | 125.29º | 0.16% | 0.82% | - |
| XYZ | 49.09 | 58.58 | 51.37 | - |
| YUV | 196.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 179 | 0.16 | 0 | 0.15 | 0.18 | 125.29 | 0.27 | 0.76 |
| Hex | B0 | D2 | B3 | 10 | 0 | F | 12 | 7D | 1B | 4C |
| Octal | 260 | 322 | 263 | 20 | 0 | 17 | 22 | 175 | 33 | 114 |
| Binary | 10110000 | 11010010 | 10110011 | 10000 | 0 | 1111 | 10010 | 1111101 | 11011 | 1001100 |
Color Harmonies of #B0D2B3
Complementary color
Monochromatic Colors of #B0D2B3
Black with #B0D2B3
Text Example
Text Example
White with #B0D2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2B3; }
p { color: rgb(176,210,179); }
H1.HeaderClassName
{
color: #B0D2B3;
}
.AnyTagClassName
{
color: #B0D2B3;
}
</style>
background-color css
<style>
a { background-color: #B0D2B3; }
a { background-color: rgb(176,210,179); }
div.DivClassName
{
background-color: #B0D2B3;
}
.BgClassName
{
background-color: #B0D2B3;
}
</style>
border-color css
<style>
span { border-color: #B0D2B3; }
span { border-color: rgb(176,210,179); }
td.TdClassName
{
border-color: #B0D2B3;
}
.TagClassName
{
border-color: #B0D2B3;
}
</style>