Shades of Surf Crest #BBD7B3
Tints of Surf Crest #BBD7B3
RGB
CMYK
RGB Variations
Color information
#BBD7B3 (or 0xBBD7B3) is known color: Surf Crest. HEX triplet: BB, D7 and B3. RGB value is (187,215,179). Sum of RGB (Red+Green+Blue) = 187+215+179=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7B3 is #44284C. Grayscale: #CACACA. Windows color (decimal): -4466765 or 11786171. OLE color: 11786171.
HSL color Cylindrical-coordinate representation of color #BBD7B3: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD7B3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 179 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.16 |
| HSL | 106.67º | 0.31% | 0.77% | - |
| HSV(B) | 106.67º | 0.17% | 0.84% | - |
| XYZ | 52.93 | 62.42 | 51.91 | - |
| YUV | 202.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 179 | 0.13 | 0 | 0.17 | 0.16 | 106.67 | 0.31 | 0.77 |
| Hex | BB | D7 | B3 | D | 0 | 11 | 10 | 6B | 1F | 4D |
| Octal | 273 | 327 | 263 | 15 | 0 | 21 | 20 | 153 | 37 | 115 |
| Binary | 10111011 | 11010111 | 10110011 | 1101 | 0 | 10001 | 10000 | 1101011 | 11111 | 1001101 |
Color Harmonies of #BBD7B3
Complementary color
Monochromatic Colors of #BBD7B3
Black with #BBD7B3
Text Example
Text Example
White with #BBD7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7B3; }
p { color: rgb(187,215,179); }
H1.HeaderClassName
{
color: #BBD7B3;
}
.AnyTagClassName
{
color: #BBD7B3;
}
</style>
background-color css
<style>
a { background-color: #BBD7B3; }
a { background-color: rgb(187,215,179); }
div.DivClassName
{
background-color: #BBD7B3;
}
.BgClassName
{
background-color: #BBD7B3;
}
</style>
border-color css
<style>
span { border-color: #BBD7B3; }
span { border-color: rgb(187,215,179); }
td.TdClassName
{
border-color: #BBD7B3;
}
.TagClassName
{
border-color: #BBD7B3;
}
</style>