Shades of Surf #B5CEB8
Tints of Surf #B5CEB8
RGB
CMYK
RGB Variations
Color information
#B5CEB8 (or 0xB5CEB8) is known color: Surf. HEX triplet: B5, CE and B8. RGB value is (181,206,184). Sum of RGB (Red+Green+Blue) = 181+206+184=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB8 is #4A3147. Grayscale: #C4C4C4. Windows color (decimal): -4862280 or 12111541. OLE color: 12111541.
HSL color Cylindrical-coordinate representation of color #B5CEB8: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEB8 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
RGB | 181 | 206 | 184 | - |
CMYK | 0.12 | 0 | 0.11 | 0.19 |
HSL | 127.2º | 0.2% | 0.76% | - |
HSV(B) | 127.2º | 0.12% | 0.81% | - |
XYZ | 49.78 | 57.43 | 53.81 | - |
YUV | 196.02 | 121.22 | 117.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 206 | 184 | 0.12 | 0 | 0.11 | 0.19 | 127.2 | 0.2 | 0.76 |
Hex | B5 | CE | B8 | C | 0 | B | 13 | 7F | 14 | 4C |
Octal | 265 | 316 | 270 | 14 | 0 | 13 | 23 | 177 | 24 | 114 |
Binary | 10110101 | 11001110 | 10111000 | 1100 | 0 | 1011 | 10011 | 1111111 | 10100 | 1001100 |
Color Harmonies of #B5CEB8
Complementary color
Monochromatic Colors of #B5CEB8
Black with #B5CEB8
Text Example
Text Example
White with #B5CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEB8; }
p { color: rgb(181,206,184); }
H1.HeaderClassName
{
color: #B5CEB8;
}
.AnyTagClassName
{
color: #B5CEB8;
}
</style>
background-color css
<style>
a { background-color: #B5CEB8; }
a { background-color: rgb(181,206,184); }
div.DivClassName
{
background-color: #B5CEB8;
}
.BgClassName
{
background-color: #B5CEB8;
}
</style>
border-color css
<style>
span { border-color: #B5CEB8; }
span { border-color: rgb(181,206,184); }
td.TdClassName
{
border-color: #B5CEB8;
}
.TagClassName
{
border-color: #B5CEB8;
}
</style>