Shades of Surf Crest #BBD3B5
Tints of Surf Crest #BBD3B5
RGB
CMYK
RGB Variations
Color information
#BBD3B5 (or 0xBBD3B5) is known color: Surf Crest. HEX triplet: BB, D3 and B5. RGB value is (187,211,181). Sum of RGB (Red+Green+Blue) = 187+211+181=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3B5 is #442C4A. Grayscale: #C8C8C8. Windows color (decimal): -4467787 or 11916219. OLE color: 11916219.
HSL color Cylindrical-coordinate representation of color #BBD3B5: hue angle of 108º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD3B5 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 181 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.17 |
| HSL | 108º | 0.25% | 0.77% | - |
| HSV(B) | 108º | 0.14% | 0.83% | - |
| XYZ | 52.13 | 60.49 | 52.64 | - |
| YUV | 200.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 181 | 0.11 | 0 | 0.14 | 0.17 | 108 | 0.25 | 0.77 |
| Hex | BB | D3 | B5 | B | 0 | E | 11 | 6C | 19 | 4D |
| Octal | 273 | 323 | 265 | 13 | 0 | 16 | 21 | 154 | 31 | 115 |
| Binary | 10111011 | 11010011 | 10110101 | 1011 | 0 | 1110 | 10001 | 1101100 | 11001 | 1001101 |
Color Harmonies of #BBD3B5
Complementary color
Monochromatic Colors of #BBD3B5
Black with #BBD3B5
Text Example
Text Example
White with #BBD3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3B5; }
p { color: rgb(187,211,181); }
H1.HeaderClassName
{
color: #BBD3B5;
}
.AnyTagClassName
{
color: #BBD3B5;
}
</style>
background-color css
<style>
a { background-color: #BBD3B5; }
a { background-color: rgb(187,211,181); }
div.DivClassName
{
background-color: #BBD3B5;
}
.BgClassName
{
background-color: #BBD3B5;
}
</style>
border-color css
<style>
span { border-color: #BBD3B5; }
span { border-color: rgb(187,211,181); }
td.TdClassName
{
border-color: #BBD3B5;
}
.TagClassName
{
border-color: #BBD3B5;
}
</style>