Shades of Surf #BDDBBE
Tints of Surf #BDDBBE
RGB
CMYK
RGB Variations
Color information
#BDDBBE (or 0xBDDBBE) is known color: Surf. HEX triplet: BD, DB and BE. RGB value is (189,219,190). Sum of RGB (Red+Green+Blue) = 189+219+190=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBBE is #422441. Grayscale: #CECECE. Windows color (decimal): -4334658 or 12508093. OLE color: 12508093.
HSL color Cylindrical-coordinate representation of color #BDDBBE: hue angle of 122º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBBE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 190 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.14 |
| HSL | 122º | 0.29% | 0.8% | - |
| HSV(B) | 122º | 0.14% | 0.86% | - |
| XYZ | 55.61 | 65.2 | 58.37 | - |
| YUV | 206.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 190 | 0.14 | 0 | 0.13 | 0.14 | 122 | 0.29 | 0.8 |
| Hex | BD | DB | BE | E | 0 | D | E | 7A | 1D | 50 |
| Octal | 275 | 333 | 276 | 16 | 0 | 15 | 16 | 172 | 35 | 120 |
| Binary | 10111101 | 11011011 | 10111110 | 1110 | 0 | 1101 | 1110 | 1111010 | 11101 | 1010000 |
Color Harmonies of #BDDBBE
Complementary color
Monochromatic Colors of #BDDBBE
Black with #BDDBBE
Text Example
Text Example
White with #BDDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBBE; }
p { color: rgb(189,219,190); }
H1.HeaderClassName
{
color: #BDDBBE;
}
.AnyTagClassName
{
color: #BDDBBE;
}
</style>
background-color css
<style>
a { background-color: #BDDBBE; }
a { background-color: rgb(189,219,190); }
div.DivClassName
{
background-color: #BDDBBE;
}
.BgClassName
{
background-color: #BDDBBE;
}
</style>
border-color css
<style>
span { border-color: #BDDBBE; }
span { border-color: rgb(189,219,190); }
td.TdClassName
{
border-color: #BDDBBE;
}
.TagClassName
{
border-color: #BDDBBE;
}
</style>