Shades of Surf #B8CCBB
Tints of Surf #B8CCBB
RGB
CMYK
RGB Variations
Color information
#B8CCBB (or 0xB8CCBB) is known color: Surf. HEX triplet: B8, CC and BB. RGB value is (184,204,187). Sum of RGB (Red+Green+Blue) = 184+204+187=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCBB is #473344. Grayscale: #C4C4C4. Windows color (decimal): -4666181 or 12307640. OLE color: 12307640.
HSL color Cylindrical-coordinate representation of color #B8CCBB: hue angle of 129º 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 #B8CCBB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 187 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.2 |
| HSL | 129º | 0.16% | 0.76% | - |
| HSV(B) | 129º | 0.1% | 0.8% | - |
| XYZ | 50.33 | 56.96 | 55.36 | - |
| YUV | 196.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 187 | 0.10 | 0 | 0.08 | 0.2 | 129 | 0.16 | 0.76 |
| Hex | B8 | CC | BB | A | 0 | 8 | 14 | 81 | 10 | 4C |
| Octal | 270 | 314 | 273 | 12 | 0 | 10 | 24 | 201 | 20 | 114 |
| Binary | 10111000 | 11001100 | 10111011 | 1010 | 0 | 1000 | 10100 | 10000001 | 10000 | 1001100 |
Color Harmonies of #B8CCBB
Complementary color
Monochromatic Colors of #B8CCBB
Black with #B8CCBB
Text Example
Text Example
White with #B8CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCBB; }
p { color: rgb(184,204,187); }
H1.HeaderClassName
{
color: #B8CCBB;
}
.AnyTagClassName
{
color: #B8CCBB;
}
</style>
background-color css
<style>
a { background-color: #B8CCBB; }
a { background-color: rgb(184,204,187); }
div.DivClassName
{
background-color: #B8CCBB;
}
.BgClassName
{
background-color: #B8CCBB;
}
</style>
border-color css
<style>
span { border-color: #B8CCBB; }
span { border-color: rgb(184,204,187); }
td.TdClassName
{
border-color: #B8CCBB;
}
.TagClassName
{
border-color: #B8CCBB;
}
</style>