Shades of Surf Crest #BBD2B4
Tints of Surf Crest #BBD2B4
RGB
CMYK
RGB Variations
Color information
#BBD2B4 (or 0xBBD2B4) is known color: Surf Crest. HEX triplet: BB, D2 and B4. RGB value is (187,210,180). Sum of RGB (Red+Green+Blue) = 187+210+180=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2B4 is #442D4B. Grayscale: #C7C7C7. Windows color (decimal): -4468044 or 11850427. OLE color: 11850427.
HSL color Cylindrical-coordinate representation of color #BBD2B4: hue angle of 106º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD2B4 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 180 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.18 |
| HSL | 106º | 0.25% | 0.76% | - |
| HSV(B) | 106º | 0.14% | 0.82% | - |
| XYZ | 51.78 | 59.95 | 52.02 | - |
| YUV | 199.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 180 | 0.11 | 0 | 0.14 | 0.18 | 106 | 0.25 | 0.76 |
| Hex | BB | D2 | B4 | B | 0 | E | 12 | 6A | 19 | 4C |
| Octal | 273 | 322 | 264 | 13 | 0 | 16 | 22 | 152 | 31 | 114 |
| Binary | 10111011 | 11010010 | 10110100 | 1011 | 0 | 1110 | 10010 | 1101010 | 11001 | 1001100 |
Color Harmonies of #BBD2B4
Complementary color
Monochromatic Colors of #BBD2B4
Black with #BBD2B4
Text Example
Text Example
White with #BBD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2B4; }
p { color: rgb(187,210,180); }
H1.HeaderClassName
{
color: #BBD2B4;
}
.AnyTagClassName
{
color: #BBD2B4;
}
</style>
background-color css
<style>
a { background-color: #BBD2B4; }
a { background-color: rgb(187,210,180); }
div.DivClassName
{
background-color: #BBD2B4;
}
.BgClassName
{
background-color: #BBD2B4;
}
</style>
border-color css
<style>
span { border-color: #BBD2B4; }
span { border-color: rgb(187,210,180); }
td.TdClassName
{
border-color: #BBD2B4;
}
.TagClassName
{
border-color: #BBD2B4;
}
</style>