Shades of Surf Crest #BDD5B5
Tints of Surf Crest #BDD5B5
RGB
CMYK
RGB Variations
Color information
#BDD5B5 (or 0xBDD5B5) is known color: Surf Crest. HEX triplet: BD, D5 and B5. RGB value is (189,213,181). Sum of RGB (Red+Green+Blue) = 189+213+181=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5B5 is #422A4A. Grayscale: #CACACA. Windows color (decimal): -4336203 or 11916733. OLE color: 11916733.
HSL color Cylindrical-coordinate representation of color #BDD5B5: hue angle of 105º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD5B5 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 181 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.16 |
| HSL | 105º | 0.28% | 0.77% | - |
| HSV(B) | 105º | 0.15% | 0.84% | - |
| XYZ | 53.12 | 61.74 | 52.83 | - |
| YUV | 202.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 181 | 0.11 | 0 | 0.15 | 0.16 | 105 | 0.28 | 0.77 |
| Hex | BD | D5 | B5 | B | 0 | F | 10 | 69 | 1C | 4D |
| Octal | 275 | 325 | 265 | 13 | 0 | 17 | 20 | 151 | 34 | 115 |
| Binary | 10111101 | 11010101 | 10110101 | 1011 | 0 | 1111 | 10000 | 1101001 | 11100 | 1001101 |
Color Harmonies of #BDD5B5
Complementary color
Monochromatic Colors of #BDD5B5
Black with #BDD5B5
Text Example
Text Example
White with #BDD5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5B5; }
p { color: rgb(189,213,181); }
H1.HeaderClassName
{
color: #BDD5B5;
}
.AnyTagClassName
{
color: #BDD5B5;
}
</style>
background-color css
<style>
a { background-color: #BDD5B5; }
a { background-color: rgb(189,213,181); }
div.DivClassName
{
background-color: #BDD5B5;
}
.BgClassName
{
background-color: #BDD5B5;
}
</style>
border-color css
<style>
span { border-color: #BDD5B5; }
span { border-color: rgb(189,213,181); }
td.TdClassName
{
border-color: #BDD5B5;
}
.TagClassName
{
border-color: #BDD5B5;
}
</style>