Shades of Surf #BBDBBE
Tints of Surf #BBDBBE
RGB
CMYK
RGB Variations
Color information
#BBDBBE (or 0xBBDBBE) is known color: Surf. HEX triplet: BB, DB and BE. RGB value is (187,219,190). Sum of RGB (Red+Green+Blue) = 187+219+190=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBE is #442441. Grayscale: #CECECE. Windows color (decimal): -4465730 or 12508091. OLE color: 12508091.
HSL color Cylindrical-coordinate representation of color #BBDBBE: hue angle of 125.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBBE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 190 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.14 |
| HSL | 125.63º | 0.31% | 0.8% | - |
| HSV(B) | 125.63º | 0.15% | 0.86% | - |
| XYZ | 55.12 | 64.95 | 58.35 | - |
| YUV | 206.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 190 | 0.15 | 0 | 0.13 | 0.14 | 125.63 | 0.31 | 0.8 |
| Hex | BB | DB | BE | F | 0 | D | E | 7E | 1F | 50 |
| Octal | 273 | 333 | 276 | 17 | 0 | 15 | 16 | 176 | 37 | 120 |
| Binary | 10111011 | 11011011 | 10111110 | 1111 | 0 | 1101 | 1110 | 1111110 | 11111 | 1010000 |
Color Harmonies of #BBDBBE
Complementary color
Monochromatic Colors of #BBDBBE
Black with #BBDBBE
Text Example
Text Example
White with #BBDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBBE; }
p { color: rgb(187,219,190); }
H1.HeaderClassName
{
color: #BBDBBE;
}
.AnyTagClassName
{
color: #BBDBBE;
}
</style>
background-color css
<style>
a { background-color: #BBDBBE; }
a { background-color: rgb(187,219,190); }
div.DivClassName
{
background-color: #BBDBBE;
}
.BgClassName
{
background-color: #BBDBBE;
}
</style>
border-color css
<style>
span { border-color: #BBDBBE; }
span { border-color: rgb(187,219,190); }
td.TdClassName
{
border-color: #BBDBBE;
}
.TagClassName
{
border-color: #BBDBBE;
}
</style>