Shades of Surf #B2D3B3
Tints of Surf #B2D3B3
RGB
CMYK
RGB Variations
Color information
#B2D3B3 (or 0xB2D3B3) is known color: Surf. HEX triplet: B2, D3 and B3. RGB value is (178,211,179). Sum of RGB (Red+Green+Blue) = 178+211+179=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D3B3 is #4D2C4C. Grayscale: #C5C5C5. Windows color (decimal): -5057613 or 11785138. OLE color: 11785138.
HSL color Cylindrical-coordinate representation of color #B2D3B3: hue angle of 121.82º 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 #B2D3B3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 179 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.17 |
| HSL | 121.82º | 0.27% | 0.76% | - |
| HSV(B) | 121.82º | 0.16% | 0.83% | - |
| XYZ | 49.79 | 59.31 | 51.47 | - |
| YUV | 197.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 179 | 0.16 | 0 | 0.15 | 0.17 | 121.82 | 0.27 | 0.76 |
| Hex | B2 | D3 | B3 | 10 | 0 | F | 11 | 7A | 1B | 4C |
| Octal | 262 | 323 | 263 | 20 | 0 | 17 | 21 | 172 | 33 | 114 |
| Binary | 10110010 | 11010011 | 10110011 | 10000 | 0 | 1111 | 10001 | 1111010 | 11011 | 1001100 |
Color Harmonies of #B2D3B3
Complementary color
Monochromatic Colors of #B2D3B3
Black with #B2D3B3
Text Example
Text Example
White with #B2D3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D3B3; }
p { color: rgb(178,211,179); }
H1.HeaderClassName
{
color: #B2D3B3;
}
.AnyTagClassName
{
color: #B2D3B3;
}
</style>
background-color css
<style>
a { background-color: #B2D3B3; }
a { background-color: rgb(178,211,179); }
div.DivClassName
{
background-color: #B2D3B3;
}
.BgClassName
{
background-color: #B2D3B3;
}
</style>
border-color css
<style>
span { border-color: #B2D3B3; }
span { border-color: rgb(178,211,179); }
td.TdClassName
{
border-color: #B2D3B3;
}
.TagClassName
{
border-color: #B2D3B3;
}
</style>