Shades of Surf #B2D5B5
Tints of Surf #B2D5B5
RGB
CMYK
RGB Variations
Color information
#B2D5B5 (or 0xB2D5B5) is known color: Surf. HEX triplet: B2, D5 and B5. RGB value is (178,213,181). Sum of RGB (Red+Green+Blue) = 178+213+181=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D5B5 is #4D2A4A. Grayscale: #C6C6C6. Windows color (decimal): -5057099 or 11916722. OLE color: 11916722.
HSL color Cylindrical-coordinate representation of color #B2D5B5: hue angle of 125.14º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D5B5 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 181 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.16 |
| HSL | 125.14º | 0.29% | 0.77% | - |
| HSV(B) | 125.14º | 0.16% | 0.84% | - |
| XYZ | 50.49 | 60.39 | 52.71 | - |
| YUV | 198.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 181 | 0.16 | 0 | 0.15 | 0.16 | 125.14 | 0.29 | 0.77 |
| Hex | B2 | D5 | B5 | 10 | 0 | F | 10 | 7D | 1D | 4D |
| Octal | 262 | 325 | 265 | 20 | 0 | 17 | 20 | 175 | 35 | 115 |
| Binary | 10110010 | 11010101 | 10110101 | 10000 | 0 | 1111 | 10000 | 1111101 | 11101 | 1001101 |
Color Harmonies of #B2D5B5
Complementary color
Monochromatic Colors of #B2D5B5
Black with #B2D5B5
Text Example
Text Example
White with #B2D5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D5B5; }
p { color: rgb(178,213,181); }
H1.HeaderClassName
{
color: #B2D5B5;
}
.AnyTagClassName
{
color: #B2D5B5;
}
</style>
background-color css
<style>
a { background-color: #B2D5B5; }
a { background-color: rgb(178,213,181); }
div.DivClassName
{
background-color: #B2D5B5;
}
.BgClassName
{
background-color: #B2D5B5;
}
</style>
border-color css
<style>
span { border-color: #B2D5B5; }
span { border-color: rgb(178,213,181); }
td.TdClassName
{
border-color: #B2D5B5;
}
.TagClassName
{
border-color: #B2D5B5;
}
</style>