Shades of Surf #B8CBBC
Tints of Surf #B8CBBC
RGB
CMYK
RGB Variations
Color information
#B8CBBC (or 0xB8CBBC) is known color: Surf. HEX triplet: B8, CB and BC. RGB value is (184,203,188). Sum of RGB (Red+Green+Blue) = 184+203+188=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBBC is #473443. Grayscale: #C3C3C3. Windows color (decimal): -4666436 or 12372920. OLE color: 12372920.
HSL color Cylindrical-coordinate representation of color #B8CBBC: hue angle of 132.63º 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 #B8CBBC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 188 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.20 |
| HSL | 132.63º | 0.15% | 0.76% | - |
| HSV(B) | 132.63º | 0.09% | 0.8% | - |
| XYZ | 50.2 | 56.53 | 55.84 | - |
| YUV | 195.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 188 | 0.09 | 0 | 0.07 | 0.20 | 132.63 | 0.15 | 0.76 |
| Hex | B8 | CB | BC | 9 | 0 | 7 | 14 | 85 | F | 4C |
| Octal | 270 | 313 | 274 | 11 | 0 | 7 | 24 | 205 | 17 | 114 |
| Binary | 10111000 | 11001011 | 10111100 | 1001 | 0 | 111 | 10100 | 10000101 | 1111 | 1001100 |
Color Harmonies of #B8CBBC
Complementary color
Monochromatic Colors of #B8CBBC
Black with #B8CBBC
Text Example
Text Example
White with #B8CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBBC; }
p { color: rgb(184,203,188); }
H1.HeaderClassName
{
color: #B8CBBC;
}
.AnyTagClassName
{
color: #B8CBBC;
}
</style>
background-color css
<style>
a { background-color: #B8CBBC; }
a { background-color: rgb(184,203,188); }
div.DivClassName
{
background-color: #B8CBBC;
}
.BgClassName
{
background-color: #B8CBBC;
}
</style>
border-color css
<style>
span { border-color: #B8CBBC; }
span { border-color: rgb(184,203,188); }
td.TdClassName
{
border-color: #B8CBBC;
}
.TagClassName
{
border-color: #B8CBBC;
}
</style>