Shades of Surf Crest #BBD5B1
Tints of Surf Crest #BBD5B1
RGB
CMYK
RGB Variations
Color information
#BBD5B1 (or 0xBBD5B1) is known color: Surf Crest. HEX triplet: BB, D5 and B1. RGB value is (187,213,177). Sum of RGB (Red+Green+Blue) = 187+213+177=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD5B1 is #442A4E. Grayscale: #C9C9C9. Windows color (decimal): -4467279 or 11654587. OLE color: 11654587.
HSL color Cylindrical-coordinate representation of color #BBD5B1: hue angle of 103.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD5B1 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 177 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.16 |
| HSL | 103.33º | 0.3% | 0.76% | - |
| HSV(B) | 103.33º | 0.17% | 0.84% | - |
| XYZ | 52.22 | 61.33 | 50.68 | - |
| YUV | 201.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 177 | 0.12 | 0 | 0.17 | 0.16 | 103.33 | 0.3 | 0.76 |
| Hex | BB | D5 | B1 | C | 0 | 11 | 10 | 67 | 1E | 4C |
| Octal | 273 | 325 | 261 | 14 | 0 | 21 | 20 | 147 | 36 | 114 |
| Binary | 10111011 | 11010101 | 10110001 | 1100 | 0 | 10001 | 10000 | 1100111 | 11110 | 1001100 |
Color Harmonies of #BBD5B1
Complementary color
Monochromatic Colors of #BBD5B1
Black with #BBD5B1
Text Example
Text Example
White with #BBD5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5B1; }
p { color: rgb(187,213,177); }
H1.HeaderClassName
{
color: #BBD5B1;
}
.AnyTagClassName
{
color: #BBD5B1;
}
</style>
background-color css
<style>
a { background-color: #BBD5B1; }
a { background-color: rgb(187,213,177); }
div.DivClassName
{
background-color: #BBD5B1;
}
.BgClassName
{
background-color: #BBD5B1;
}
</style>
border-color css
<style>
span { border-color: #BBD5B1; }
span { border-color: rgb(187,213,177); }
td.TdClassName
{
border-color: #BBD5B1;
}
.TagClassName
{
border-color: #BBD5B1;
}
</style>