Shades of Surf #B7DBBA
Tints of Surf #B7DBBA
RGB
CMYK
RGB Variations
Color information
#B7DBBA (or 0xB7DBBA) is known color: Surf. HEX triplet: B7, DB and BA. RGB value is (183,219,186). Sum of RGB (Red+Green+Blue) = 183+219+186=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBBA is #482445. Grayscale: #CCCCCC. Windows color (decimal): -4727878 or 12245943. OLE color: 12245943.
HSL color Cylindrical-coordinate representation of color #B7DBBA: hue angle of 125º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBBA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 186 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.14 |
| HSL | 125º | 0.33% | 0.79% | - |
| HSV(B) | 125º | 0.16% | 0.86% | - |
| XYZ | 53.72 | 64.28 | 56.03 | - |
| YUV | 204.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 186 | 0.16 | 0 | 0.15 | 0.14 | 125 | 0.33 | 0.79 |
| Hex | B7 | DB | BA | 10 | 0 | F | E | 7D | 21 | 4F |
| Octal | 267 | 333 | 272 | 20 | 0 | 17 | 16 | 175 | 41 | 117 |
| Binary | 10110111 | 11011011 | 10111010 | 10000 | 0 | 1111 | 1110 | 1111101 | 100001 | 1001111 |
Color Harmonies of #B7DBBA
Complementary color
Monochromatic Colors of #B7DBBA
Black with #B7DBBA
Text Example
Text Example
White with #B7DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBBA; }
p { color: rgb(183,219,186); }
H1.HeaderClassName
{
color: #B7DBBA;
}
.AnyTagClassName
{
color: #B7DBBA;
}
</style>
background-color css
<style>
a { background-color: #B7DBBA; }
a { background-color: rgb(183,219,186); }
div.DivClassName
{
background-color: #B7DBBA;
}
.BgClassName
{
background-color: #B7DBBA;
}
</style>
border-color css
<style>
span { border-color: #B7DBBA; }
span { border-color: rgb(183,219,186); }
td.TdClassName
{
border-color: #B7DBBA;
}
.TagClassName
{
border-color: #B7DBBA;
}
</style>