Shades of Surf Crest #BBD3B4
Tints of Surf Crest #BBD3B4
RGB
CMYK
RGB Variations
Color information
#BBD3B4 (or 0xBBD3B4) is known color: Surf Crest. HEX triplet: BB, D3 and B4. RGB value is (187,211,180). Sum of RGB (Red+Green+Blue) = 187+211+180=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3B4 is #442C4B. Grayscale: #C8C8C8. Windows color (decimal): -4467788 or 11850683. OLE color: 11850683.
HSL color Cylindrical-coordinate representation of color #BBD3B4: hue angle of 106.45º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD3B4 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 180 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.17 |
| HSL | 106.45º | 0.26% | 0.77% | - |
| HSV(B) | 106.45º | 0.15% | 0.83% | - |
| XYZ | 52.03 | 60.45 | 52.11 | - |
| YUV | 200.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 180 | 0.11 | 0 | 0.15 | 0.17 | 106.45 | 0.26 | 0.77 |
| Hex | BB | D3 | B4 | B | 0 | F | 11 | 6A | 1A | 4D |
| Octal | 273 | 323 | 264 | 13 | 0 | 17 | 21 | 152 | 32 | 115 |
| Binary | 10111011 | 11010011 | 10110100 | 1011 | 0 | 1111 | 10001 | 1101010 | 11010 | 1001101 |
Color Harmonies of #BBD3B4
Complementary color
Monochromatic Colors of #BBD3B4
Black with #BBD3B4
Text Example
Text Example
White with #BBD3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3B4; }
p { color: rgb(187,211,180); }
H1.HeaderClassName
{
color: #BBD3B4;
}
.AnyTagClassName
{
color: #BBD3B4;
}
</style>
background-color css
<style>
a { background-color: #BBD3B4; }
a { background-color: rgb(187,211,180); }
div.DivClassName
{
background-color: #BBD3B4;
}
.BgClassName
{
background-color: #BBD3B4;
}
</style>
border-color css
<style>
span { border-color: #BBD3B4; }
span { border-color: rgb(187,211,180); }
td.TdClassName
{
border-color: #BBD3B4;
}
.TagClassName
{
border-color: #BBD3B4;
}
</style>