Shades of Surf #B8DDBA
Tints of Surf #B8DDBA
RGB
CMYK
RGB Variations
Color information
#B8DDBA (or 0xB8DDBA) is known color: Surf. HEX triplet: B8, DD and BA. RGB value is (184,221,186). Sum of RGB (Red+Green+Blue) = 184+221+186=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDBA is #472245. Grayscale: #CECECE. Windows color (decimal): -4661830 or 12246456. OLE color: 12246456.
HSL color Cylindrical-coordinate representation of color #B8DDBA: hue angle of 123.24º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDBA is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 186 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.13 |
| HSL | 123.24º | 0.35% | 0.79% | - |
| HSV(B) | 123.24º | 0.17% | 0.87% | - |
| XYZ | 54.49 | 65.45 | 56.22 | - |
| YUV | 205.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 186 | 0.17 | 0 | 0.16 | 0.13 | 123.24 | 0.35 | 0.79 |
| Hex | B8 | DD | BA | 11 | 0 | 10 | D | 7B | 23 | 4F |
| Octal | 270 | 335 | 272 | 21 | 0 | 20 | 15 | 173 | 43 | 117 |
| Binary | 10111000 | 11011101 | 10111010 | 10001 | 0 | 10000 | 1101 | 1111011 | 100011 | 1001111 |
Color Harmonies of #B8DDBA
Complementary color
Monochromatic Colors of #B8DDBA
Black with #B8DDBA
Text Example
Text Example
White with #B8DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDBA; }
p { color: rgb(184,221,186); }
H1.HeaderClassName
{
color: #B8DDBA;
}
.AnyTagClassName
{
color: #B8DDBA;
}
</style>
background-color css
<style>
a { background-color: #B8DDBA; }
a { background-color: rgb(184,221,186); }
div.DivClassName
{
background-color: #B8DDBA;
}
.BgClassName
{
background-color: #B8DDBA;
}
</style>
border-color css
<style>
span { border-color: #B8DDBA; }
span { border-color: rgb(184,221,186); }
td.TdClassName
{
border-color: #B8DDBA;
}
.TagClassName
{
border-color: #B8DDBA;
}
</style>