Shades of Surf #BDDCBB
Tints of Surf #BDDCBB
RGB
CMYK
RGB Variations
Color information
#BDDCBB (or 0xBDDCBB) is known color: Surf. HEX triplet: BD, DC and BB. RGB value is (189,220,187). Sum of RGB (Red+Green+Blue) = 189+220+187=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCBB is #422344. Grayscale: #CFCFCF. Windows color (decimal): -4334405 or 12311741. OLE color: 12311741.
HSL color Cylindrical-coordinate representation of color #BDDCBB: hue angle of 116.36º degrees, saturation: 0.32, 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 #BDDCBB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 187 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.14 |
| HSL | 116.36º | 0.32% | 0.8% | - |
| HSV(B) | 116.36º | 0.15% | 0.86% | - |
| XYZ | 55.55 | 65.59 | 56.75 | - |
| YUV | 206.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 187 | 0.14 | 0 | 0.15 | 0.14 | 116.36 | 0.32 | 0.8 |
| Hex | BD | DC | BB | E | 0 | F | E | 74 | 20 | 50 |
| Octal | 275 | 334 | 273 | 16 | 0 | 17 | 16 | 164 | 40 | 120 |
| Binary | 10111101 | 11011100 | 10111011 | 1110 | 0 | 1111 | 1110 | 1110100 | 100000 | 1010000 |
Color Harmonies of #BDDCBB
Complementary color
Monochromatic Colors of #BDDCBB
Black with #BDDCBB
Text Example
Text Example
White with #BDDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCBB; }
p { color: rgb(189,220,187); }
H1.HeaderClassName
{
color: #BDDCBB;
}
.AnyTagClassName
{
color: #BDDCBB;
}
</style>
background-color css
<style>
a { background-color: #BDDCBB; }
a { background-color: rgb(189,220,187); }
div.DivClassName
{
background-color: #BDDCBB;
}
.BgClassName
{
background-color: #BDDCBB;
}
</style>
border-color css
<style>
span { border-color: #BDDCBB; }
span { border-color: rgb(189,220,187); }
td.TdClassName
{
border-color: #BDDCBB;
}
.TagClassName
{
border-color: #BDDCBB;
}
</style>