Shades of Surf #B2CFB5
Tints of Surf #B2CFB5
RGB
CMYK
RGB Variations
Color information
#B2CFB5 (or 0xB2CFB5) is known color: Surf. HEX triplet: B2, CF and B5. RGB value is (178,207,181). Sum of RGB (Red+Green+Blue) = 178+207+181=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CFB5 is #4D304A. Grayscale: #C3C3C3. Windows color (decimal): -5058635 or 11915186. OLE color: 11915186.
HSL color Cylindrical-coordinate representation of color #B2CFB5: hue angle of 126.21º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CFB5 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 181 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.19 |
| HSL | 126.21º | 0.23% | 0.75% | - |
| HSV(B) | 126.21º | 0.14% | 0.81% | - |
| XYZ | 49.01 | 57.43 | 52.22 | - |
| YUV | 195.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 181 | 0.14 | 0 | 0.13 | 0.19 | 126.21 | 0.23 | 0.75 |
| Hex | B2 | CF | B5 | E | 0 | D | 13 | 7E | 17 | 4B |
| Octal | 262 | 317 | 265 | 16 | 0 | 15 | 23 | 176 | 27 | 113 |
| Binary | 10110010 | 11001111 | 10110101 | 1110 | 0 | 1101 | 10011 | 1111110 | 10111 | 1001011 |
Color Harmonies of #B2CFB5
Complementary color
Monochromatic Colors of #B2CFB5
Black with #B2CFB5
Text Example
Text Example
White with #B2CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CFB5; }
p { color: rgb(178,207,181); }
H1.HeaderClassName
{
color: #B2CFB5;
}
.AnyTagClassName
{
color: #B2CFB5;
}
</style>
background-color css
<style>
a { background-color: #B2CFB5; }
a { background-color: rgb(178,207,181); }
div.DivClassName
{
background-color: #B2CFB5;
}
.BgClassName
{
background-color: #B2CFB5;
}
</style>
border-color css
<style>
span { border-color: #B2CFB5; }
span { border-color: rgb(178,207,181); }
td.TdClassName
{
border-color: #B2CFB5;
}
.TagClassName
{
border-color: #B2CFB5;
}
</style>