Shades of Surf Crest #B9D4B3
Tints of Surf Crest #B9D4B3
RGB
CMYK
RGB Variations
Color information
#B9D4B3 (or 0xB9D4B3) is known color: Surf Crest. HEX triplet: B9, D4 and B3. RGB value is (185,212,179). Sum of RGB (Red+Green+Blue) = 185+212+179=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4B3 is #462B4C. Grayscale: #C8C8C8. Windows color (decimal): -4598605 or 11785401. OLE color: 11785401.
HSL color Cylindrical-coordinate representation of color #B9D4B3: hue angle of 109.09º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9D4B3 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 179 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.17 |
| HSL | 109.09º | 0.28% | 0.77% | - |
| HSV(B) | 109.09º | 0.16% | 0.83% | - |
| XYZ | 51.69 | 60.66 | 51.63 | - |
| YUV | 200.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 179 | 0.13 | 0 | 0.16 | 0.17 | 109.09 | 0.28 | 0.77 |
| Hex | B9 | D4 | B3 | D | 0 | 10 | 11 | 6D | 1C | 4D |
| Octal | 271 | 324 | 263 | 15 | 0 | 20 | 21 | 155 | 34 | 115 |
| Binary | 10111001 | 11010100 | 10110011 | 1101 | 0 | 10000 | 10001 | 1101101 | 11100 | 1001101 |
Color Harmonies of #B9D4B3
Complementary color
Monochromatic Colors of #B9D4B3
Black with #B9D4B3
Text Example
Text Example
White with #B9D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D4B3; }
p { color: rgb(185,212,179); }
H1.HeaderClassName
{
color: #B9D4B3;
}
.AnyTagClassName
{
color: #B9D4B3;
}
</style>
background-color css
<style>
a { background-color: #B9D4B3; }
a { background-color: rgb(185,212,179); }
div.DivClassName
{
background-color: #B9D4B3;
}
.BgClassName
{
background-color: #B9D4B3;
}
</style>
border-color css
<style>
span { border-color: #B9D4B3; }
span { border-color: rgb(185,212,179); }
td.TdClassName
{
border-color: #B9D4B3;
}
.TagClassName
{
border-color: #B9D4B3;
}
</style>