Shades of Surf #BBD3BF
Tints of Surf #BBD3BF
RGB
CMYK
RGB Variations
Color information
#BBD3BF (or 0xBBD3BF) is known color: Surf. HEX triplet: BB, D3 and BF. RGB value is (187,211,191). Sum of RGB (Red+Green+Blue) = 187+211+191=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3BF is #442C40. Grayscale: #C9C9C9. Windows color (decimal): -4467777 or 12571579. OLE color: 12571579.
HSL color Cylindrical-coordinate representation of color #BBD3BF: hue angle of 130º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3BF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 191 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.17 |
| HSL | 130º | 0.21% | 0.78% | - |
| HSV(B) | 130º | 0.11% | 0.83% | - |
| XYZ | 53.19 | 60.91 | 58.24 | - |
| YUV | 201.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 191 | 0.11 | 0 | 0.09 | 0.17 | 130 | 0.21 | 0.78 |
| Hex | BB | D3 | BF | B | 0 | 9 | 11 | 82 | 15 | 4E |
| Octal | 273 | 323 | 277 | 13 | 0 | 11 | 21 | 202 | 25 | 116 |
| Binary | 10111011 | 11010011 | 10111111 | 1011 | 0 | 1001 | 10001 | 10000010 | 10101 | 1001110 |
Color Harmonies of #BBD3BF
Complementary color
Monochromatic Colors of #BBD3BF
Black with #BBD3BF
Text Example
Text Example
White with #BBD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3BF; }
p { color: rgb(187,211,191); }
H1.HeaderClassName
{
color: #BBD3BF;
}
.AnyTagClassName
{
color: #BBD3BF;
}
</style>
background-color css
<style>
a { background-color: #BBD3BF; }
a { background-color: rgb(187,211,191); }
div.DivClassName
{
background-color: #BBD3BF;
}
.BgClassName
{
background-color: #BBD3BF;
}
</style>
border-color css
<style>
span { border-color: #BBD3BF; }
span { border-color: rgb(187,211,191); }
td.TdClassName
{
border-color: #BBD3BF;
}
.TagClassName
{
border-color: #BBD3BF;
}
</style>