Shades of Surf #B8DCBB
Tints of Surf #B8DCBB
RGB
CMYK
RGB Variations
Color information
#B8DCBB (or 0xB8DCBB) is known color: Surf. HEX triplet: B8, DC and BB. RGB value is (184,220,187). Sum of RGB (Red+Green+Blue) = 184+220+187=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBB is #472344. Grayscale: #CDCDCD. Windows color (decimal): -4662085 or 12311736. OLE color: 12311736.
HSL color Cylindrical-coordinate representation of color #B8DCBB: hue angle of 125º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCBB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 187 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.14 |
| HSL | 125º | 0.34% | 0.79% | - |
| HSV(B) | 125º | 0.16% | 0.86% | - |
| XYZ | 54.33 | 64.96 | 56.69 | - |
| YUV | 205.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 187 | 0.16 | 0 | 0.15 | 0.14 | 125 | 0.34 | 0.79 |
| Hex | B8 | DC | BB | 10 | 0 | F | E | 7D | 22 | 4F |
| Octal | 270 | 334 | 273 | 20 | 0 | 17 | 16 | 175 | 42 | 117 |
| Binary | 10111000 | 11011100 | 10111011 | 10000 | 0 | 1111 | 1110 | 1111101 | 100010 | 1001111 |
Color Harmonies of #B8DCBB
Complementary color
Monochromatic Colors of #B8DCBB
Black with #B8DCBB
Text Example
Text Example
White with #B8DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCBB; }
p { color: rgb(184,220,187); }
H1.HeaderClassName
{
color: #B8DCBB;
}
.AnyTagClassName
{
color: #B8DCBB;
}
</style>
background-color css
<style>
a { background-color: #B8DCBB; }
a { background-color: rgb(184,220,187); }
div.DivClassName
{
background-color: #B8DCBB;
}
.BgClassName
{
background-color: #B8DCBB;
}
</style>
border-color css
<style>
span { border-color: #B8DCBB; }
span { border-color: rgb(184,220,187); }
td.TdClassName
{
border-color: #B8DCBB;
}
.TagClassName
{
border-color: #B8DCBB;
}
</style>