Shades of Surf #B4CEB8
Tints of Surf #B4CEB8
RGB
CMYK
RGB Variations
Color information
#B4CEB8 (or 0xB4CEB8) is known color: Surf. HEX triplet: B4, CE and B8. RGB value is (180,206,184). Sum of RGB (Red+Green+Blue) = 180+206+184=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEB8 is #4B3147. Grayscale: #C3C3C3. Windows color (decimal): -4927816 or 12111540. OLE color: 12111540.
HSL color Cylindrical-coordinate representation of color #B4CEB8: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEB8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 184 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.19 |
| HSL | 129.23º | 0.21% | 0.76% | - |
| HSV(B) | 129.23º | 0.13% | 0.81% | - |
| XYZ | 49.55 | 57.31 | 53.8 | - |
| YUV | 195.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 184 | 0.13 | 0 | 0.11 | 0.19 | 129.23 | 0.21 | 0.76 |
| Hex | B4 | CE | B8 | D | 0 | B | 13 | 81 | 15 | 4C |
| Octal | 264 | 316 | 270 | 15 | 0 | 13 | 23 | 201 | 25 | 114 |
| Binary | 10110100 | 11001110 | 10111000 | 1101 | 0 | 1011 | 10011 | 10000001 | 10101 | 1001100 |
Color Harmonies of #B4CEB8
Complementary color
Monochromatic Colors of #B4CEB8
Black with #B4CEB8
Text Example
Text Example
White with #B4CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEB8; }
p { color: rgb(180,206,184); }
H1.HeaderClassName
{
color: #B4CEB8;
}
.AnyTagClassName
{
color: #B4CEB8;
}
</style>
background-color css
<style>
a { background-color: #B4CEB8; }
a { background-color: rgb(180,206,184); }
div.DivClassName
{
background-color: #B4CEB8;
}
.BgClassName
{
background-color: #B4CEB8;
}
</style>
border-color css
<style>
span { border-color: #B4CEB8; }
span { border-color: rgb(180,206,184); }
td.TdClassName
{
border-color: #B4CEB8;
}
.TagClassName
{
border-color: #B4CEB8;
}
</style>