Shades of Surf #B8CABA
Tints of Surf #B8CABA
RGB
CMYK
RGB Variations
Color information
#B8CABA (or 0xB8CABA) is known color: Surf. HEX triplet: B8, CA and BA. RGB value is (184,202,186). Sum of RGB (Red+Green+Blue) = 184+202+186=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABA is #473545. Grayscale: #C2C2C2. Windows color (decimal): -4666694 or 12241592. OLE color: 12241592.
HSL color Cylindrical-coordinate representation of color #B8CABA: hue angle of 126.67º 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 #B8CABA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 186 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.21 |
| HSL | 126.67º | 0.15% | 0.76% | - |
| HSV(B) | 126.67º | 0.09% | 0.79% | - |
| XYZ | 49.75 | 55.98 | 54.64 | - |
| YUV | 194.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 186 | 0.09 | 0 | 0.08 | 0.21 | 126.67 | 0.15 | 0.76 |
| Hex | B8 | CA | BA | 9 | 0 | 8 | 15 | 7F | F | 4C |
| Octal | 270 | 312 | 272 | 11 | 0 | 10 | 25 | 177 | 17 | 114 |
| Binary | 10111000 | 11001010 | 10111010 | 1001 | 0 | 1000 | 10101 | 1111111 | 1111 | 1001100 |
Color Harmonies of #B8CABA
Complementary color
Monochromatic Colors of #B8CABA
Black with #B8CABA
Text Example
Text Example
White with #B8CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CABA; }
p { color: rgb(184,202,186); }
H1.HeaderClassName
{
color: #B8CABA;
}
.AnyTagClassName
{
color: #B8CABA;
}
</style>
background-color css
<style>
a { background-color: #B8CABA; }
a { background-color: rgb(184,202,186); }
div.DivClassName
{
background-color: #B8CABA;
}
.BgClassName
{
background-color: #B8CABA;
}
</style>
border-color css
<style>
span { border-color: #B8CABA; }
span { border-color: rgb(184,202,186); }
td.TdClassName
{
border-color: #B8CABA;
}
.TagClassName
{
border-color: #B8CABA;
}
</style>