Shades of Surf #BBDBBD
Tints of Surf #BBDBBD
RGB
CMYK
RGB Variations
Color information
#BBDBBD (or 0xBBDBBD) is known color: Surf. HEX triplet: BB, DB and BD. RGB value is (187,219,189). Sum of RGB (Red+Green+Blue) = 187+219+189=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBD is #442442. Grayscale: #CECECE. Windows color (decimal): -4465731 or 12442555. OLE color: 12442555.
HSL color Cylindrical-coordinate representation of color #BBDBBD: hue angle of 123.75º 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 #BBDBBD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 189 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 123.75º | 0.31% | 0.8% | - |
| HSV(B) | 123.75º | 0.15% | 0.86% | - |
| XYZ | 55.01 | 64.9 | 57.77 | - |
| YUV | 206.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 189 | 0.15 | 0 | 0.14 | 0.14 | 123.75 | 0.31 | 0.8 |
| Hex | BB | DB | BD | F | 0 | E | E | 7C | 1F | 50 |
| Octal | 273 | 333 | 275 | 17 | 0 | 16 | 16 | 174 | 37 | 120 |
| Binary | 10111011 | 11011011 | 10111101 | 1111 | 0 | 1110 | 1110 | 1111100 | 11111 | 1010000 |
Color Harmonies of #BBDBBD
Complementary color
Monochromatic Colors of #BBDBBD
Black with #BBDBBD
Text Example
Text Example
White with #BBDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBBD; }
p { color: rgb(187,219,189); }
H1.HeaderClassName
{
color: #BBDBBD;
}
.AnyTagClassName
{
color: #BBDBBD;
}
</style>
background-color css
<style>
a { background-color: #BBDBBD; }
a { background-color: rgb(187,219,189); }
div.DivClassName
{
background-color: #BBDBBD;
}
.BgClassName
{
background-color: #BBDBBD;
}
</style>
border-color css
<style>
span { border-color: #BBDBBD; }
span { border-color: rgb(187,219,189); }
td.TdClassName
{
border-color: #BBDBBD;
}
.TagClassName
{
border-color: #BBDBBD;
}
</style>