Shades of Surf #B8CFBE
Tints of Surf #B8CFBE
RGB
CMYK
RGB Variations
Color information
#B8CFBE (or 0xB8CFBE) is known color: Surf. HEX triplet: B8, CF and BE. RGB value is (184,207,190). Sum of RGB (Red+Green+Blue) = 184+207+190=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFBE is #473041. Grayscale: #C6C6C6. Windows color (decimal): -4665410 or 12505016. OLE color: 12505016.
HSL color Cylindrical-coordinate representation of color #B8CFBE: hue angle of 135.65º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CFBE is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 190 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.19 |
| HSL | 135.65º | 0.19% | 0.77% | - |
| HSV(B) | 135.65º | 0.11% | 0.81% | - |
| XYZ | 51.37 | 58.53 | 57.31 | - |
| YUV | 198.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 190 | 0.11 | 0 | 0.08 | 0.19 | 135.65 | 0.19 | 0.77 |
| Hex | B8 | CF | BE | B | 0 | 8 | 13 | 88 | 13 | 4D |
| Octal | 270 | 317 | 276 | 13 | 0 | 10 | 23 | 210 | 23 | 115 |
| Binary | 10111000 | 11001111 | 10111110 | 1011 | 0 | 1000 | 10011 | 10001000 | 10011 | 1001101 |
Color Harmonies of #B8CFBE
Complementary color
Monochromatic Colors of #B8CFBE
Black with #B8CFBE
Text Example
Text Example
White with #B8CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFBE; }
p { color: rgb(184,207,190); }
H1.HeaderClassName
{
color: #B8CFBE;
}
.AnyTagClassName
{
color: #B8CFBE;
}
</style>
background-color css
<style>
a { background-color: #B8CFBE; }
a { background-color: rgb(184,207,190); }
div.DivClassName
{
background-color: #B8CFBE;
}
.BgClassName
{
background-color: #B8CFBE;
}
</style>
border-color css
<style>
span { border-color: #B8CFBE; }
span { border-color: rgb(184,207,190); }
td.TdClassName
{
border-color: #B8CFBE;
}
.TagClassName
{
border-color: #B8CFBE;
}
</style>