Shades of Surf #BCD4BD
Tints of Surf #BCD4BD
RGB
CMYK
RGB Variations
Color information
#BCD4BD (or 0xBCD4BD) is known color: Surf. HEX triplet: BC, D4 and BD. RGB value is (188,212,189). Sum of RGB (Red+Green+Blue) = 188+212+189=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4BD is #432B42. Grayscale: #CACACA. Windows color (decimal): -4401987 or 12440764. OLE color: 12440764.
HSL color Cylindrical-coordinate representation of color #BCD4BD: hue angle of 122.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4BD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 189 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.17 |
| HSL | 122.5º | 0.22% | 0.78% | - |
| HSV(B) | 122.5º | 0.11% | 0.83% | - |
| XYZ | 53.47 | 61.45 | 57.19 | - |
| YUV | 202.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 189 | 0.11 | 0 | 0.11 | 0.17 | 122.5 | 0.22 | 0.78 |
| Hex | BC | D4 | BD | B | 0 | B | 11 | 7B | 16 | 4E |
| Octal | 274 | 324 | 275 | 13 | 0 | 13 | 21 | 173 | 26 | 116 |
| Binary | 10111100 | 11010100 | 10111101 | 1011 | 0 | 1011 | 10001 | 1111011 | 10110 | 1001110 |
Color Harmonies of #BCD4BD
Complementary color
Monochromatic Colors of #BCD4BD
Black with #BCD4BD
Text Example
Text Example
White with #BCD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4BD; }
p { color: rgb(188,212,189); }
H1.HeaderClassName
{
color: #BCD4BD;
}
.AnyTagClassName
{
color: #BCD4BD;
}
</style>
background-color css
<style>
a { background-color: #BCD4BD; }
a { background-color: rgb(188,212,189); }
div.DivClassName
{
background-color: #BCD4BD;
}
.BgClassName
{
background-color: #BCD4BD;
}
</style>
border-color css
<style>
span { border-color: #BCD4BD; }
span { border-color: rgb(188,212,189); }
td.TdClassName
{
border-color: #BCD4BD;
}
.TagClassName
{
border-color: #BCD4BD;
}
</style>