Shades of Surf #B8CABB
Tints of Surf #B8CABB
RGB
CMYK
RGB Variations
Color information
#B8CABB (or 0xB8CABB) is known color: Surf. HEX triplet: B8, CA and BB. RGB value is (184,202,187). Sum of RGB (Red+Green+Blue) = 184+202+187=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABB is #473544. Grayscale: #C2C2C2. Windows color (decimal): -4666693 or 12307128. OLE color: 12307128.
HSL color Cylindrical-coordinate representation of color #B8CABB: hue angle of 130º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CABB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 187 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.21 |
| HSL | 130º | 0.15% | 0.76% | - |
| HSV(B) | 130º | 0.09% | 0.79% | - |
| XYZ | 49.86 | 56.02 | 55.2 | - |
| YUV | 194.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 187 | 0.09 | 0 | 0.07 | 0.21 | 130 | 0.15 | 0.76 |
| Hex | B8 | CA | BB | 9 | 0 | 7 | 15 | 82 | F | 4C |
| Octal | 270 | 312 | 273 | 11 | 0 | 7 | 25 | 202 | 17 | 114 |
| Binary | 10111000 | 11001010 | 10111011 | 1001 | 0 | 111 | 10101 | 10000010 | 1111 | 1001100 |
Color Harmonies of #B8CABB
Complementary color
Monochromatic Colors of #B8CABB
Black with #B8CABB
Text Example
Text Example
White with #B8CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CABB; }
p { color: rgb(184,202,187); }
H1.HeaderClassName
{
color: #B8CABB;
}
.AnyTagClassName
{
color: #B8CABB;
}
</style>
background-color css
<style>
a { background-color: #B8CABB; }
a { background-color: rgb(184,202,187); }
div.DivClassName
{
background-color: #B8CABB;
}
.BgClassName
{
background-color: #B8CABB;
}
</style>
border-color css
<style>
span { border-color: #B8CABB; }
span { border-color: rgb(184,202,187); }
td.TdClassName
{
border-color: #B8CABB;
}
.TagClassName
{
border-color: #B8CABB;
}
</style>