Shades of Surf Crest #BDD5BA
Tints of Surf Crest #BDD5BA
RGB
CMYK
RGB Variations
Color information
#BDD5BA (or 0xBDD5BA) is known color: Surf Crest. HEX triplet: BD, D5 and BA. RGB value is (189,213,186). Sum of RGB (Red+Green+Blue) = 189+213+186=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5BA is #422A45. Grayscale: #CACACA. Windows color (decimal): -4336198 or 12244413. OLE color: 12244413.
HSL color Cylindrical-coordinate representation of color #BDD5BA: hue angle of 113.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD5BA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 186 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.16 |
| HSL | 113.33º | 0.24% | 0.78% | - |
| HSV(B) | 113.33º | 0.13% | 0.84% | - |
| XYZ | 53.64 | 61.95 | 55.59 | - |
| YUV | 202.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 186 | 0.11 | 0 | 0.13 | 0.16 | 113.33 | 0.24 | 0.78 |
| Hex | BD | D5 | BA | B | 0 | D | 10 | 71 | 18 | 4E |
| Octal | 275 | 325 | 272 | 13 | 0 | 15 | 20 | 161 | 30 | 116 |
| Binary | 10111101 | 11010101 | 10111010 | 1011 | 0 | 1101 | 10000 | 1110001 | 11000 | 1001110 |
Color Harmonies of #BDD5BA
Complementary color
Monochromatic Colors of #BDD5BA
Black with #BDD5BA
Text Example
Text Example
White with #BDD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5BA; }
p { color: rgb(189,213,186); }
H1.HeaderClassName
{
color: #BDD5BA;
}
.AnyTagClassName
{
color: #BDD5BA;
}
</style>
background-color css
<style>
a { background-color: #BDD5BA; }
a { background-color: rgb(189,213,186); }
div.DivClassName
{
background-color: #BDD5BA;
}
.BgClassName
{
background-color: #BDD5BA;
}
</style>
border-color css
<style>
span { border-color: #BDD5BA; }
span { border-color: rgb(189,213,186); }
td.TdClassName
{
border-color: #BDD5BA;
}
.TagClassName
{
border-color: #BDD5BA;
}
</style>