Shades of Surf #B8CBBB
Tints of Surf #B8CBBB
RGB
CMYK
RGB Variations
Color information
#B8CBBB (or 0xB8CBBB) is known color: Surf. HEX triplet: B8, CB and BB. RGB value is (184,203,187). Sum of RGB (Red+Green+Blue) = 184+203+187=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBBB is #473444. Grayscale: #C3C3C3. Windows color (decimal): -4666437 or 12307384. OLE color: 12307384.
HSL color Cylindrical-coordinate representation of color #B8CBBB: hue angle of 129.47º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CBBB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 187 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.20 |
| HSL | 129.47º | 0.15% | 0.76% | - |
| HSV(B) | 129.47º | 0.09% | 0.8% | - |
| XYZ | 50.09 | 56.49 | 55.28 | - |
| YUV | 195.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 187 | 0.09 | 0 | 0.08 | 0.20 | 129.47 | 0.15 | 0.76 |
| Hex | B8 | CB | BB | 9 | 0 | 8 | 14 | 81 | F | 4C |
| Octal | 270 | 313 | 273 | 11 | 0 | 10 | 24 | 201 | 17 | 114 |
| Binary | 10111000 | 11001011 | 10111011 | 1001 | 0 | 1000 | 10100 | 10000001 | 1111 | 1001100 |
Color Harmonies of #B8CBBB
Complementary color
Monochromatic Colors of #B8CBBB
Black with #B8CBBB
Text Example
Text Example
White with #B8CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBBB; }
p { color: rgb(184,203,187); }
H1.HeaderClassName
{
color: #B8CBBB;
}
.AnyTagClassName
{
color: #B8CBBB;
}
</style>
background-color css
<style>
a { background-color: #B8CBBB; }
a { background-color: rgb(184,203,187); }
div.DivClassName
{
background-color: #B8CBBB;
}
.BgClassName
{
background-color: #B8CBBB;
}
</style>
border-color css
<style>
span { border-color: #B8CBBB; }
span { border-color: rgb(184,203,187); }
td.TdClassName
{
border-color: #B8CBBB;
}
.TagClassName
{
border-color: #B8CBBB;
}
</style>