Shades of Surf #B8CCB9
Tints of Surf #B8CCB9
RGB
CMYK
RGB Variations
Color information
#B8CCB9 (or 0xB8CCB9) is known color: Surf. HEX triplet: B8, CC and B9. RGB value is (184,204,185). Sum of RGB (Red+Green+Blue) = 184+204+185=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCB9 is #473346. Grayscale: #C3C3C3. Windows color (decimal): -4666183 or 12176568. OLE color: 12176568.
HSL color Cylindrical-coordinate representation of color #B8CCB9: hue angle of 123º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCB9 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 185 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.2 |
| HSL | 123º | 0.16% | 0.76% | - |
| HSV(B) | 123º | 0.1% | 0.8% | - |
| XYZ | 50.12 | 56.88 | 54.24 | - |
| YUV | 195.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 185 | 0.10 | 0 | 0.09 | 0.2 | 123 | 0.16 | 0.76 |
| Hex | B8 | CC | B9 | A | 0 | 9 | 14 | 7B | 10 | 4C |
| Octal | 270 | 314 | 271 | 12 | 0 | 11 | 24 | 173 | 20 | 114 |
| Binary | 10111000 | 11001100 | 10111001 | 1010 | 0 | 1001 | 10100 | 1111011 | 10000 | 1001100 |
Color Harmonies of #B8CCB9
Complementary color
Monochromatic Colors of #B8CCB9
Black with #B8CCB9
Text Example
Text Example
White with #B8CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCB9; }
p { color: rgb(184,204,185); }
H1.HeaderClassName
{
color: #B8CCB9;
}
.AnyTagClassName
{
color: #B8CCB9;
}
</style>
background-color css
<style>
a { background-color: #B8CCB9; }
a { background-color: rgb(184,204,185); }
div.DivClassName
{
background-color: #B8CCB9;
}
.BgClassName
{
background-color: #B8CCB9;
}
</style>
border-color css
<style>
span { border-color: #B8CCB9; }
span { border-color: rgb(184,204,185); }
td.TdClassName
{
border-color: #B8CCB9;
}
.TagClassName
{
border-color: #B8CCB9;
}
</style>