Shades of Surf Crest #BDD8B5
Tints of Surf Crest #BDD8B5
RGB
CMYK
RGB Variations
Color information
#BDD8B5 (or 0xBDD8B5) is known color: Surf Crest. HEX triplet: BD, D8 and B5. RGB value is (189,216,181). Sum of RGB (Red+Green+Blue) = 189+216+181=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8B5 is #42274A. Grayscale: #CCCCCC. Windows color (decimal): -4335435 or 11917501. OLE color: 11917501.
HSL color Cylindrical-coordinate representation of color #BDD8B5: hue angle of 106.29º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD8B5 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 181 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.15 |
| HSL | 106.29º | 0.31% | 0.78% | - |
| HSV(B) | 106.29º | 0.16% | 0.85% | - |
| XYZ | 53.88 | 63.27 | 53.09 | - |
| YUV | 203.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 181 | 0.12 | 0 | 0.16 | 0.15 | 106.29 | 0.31 | 0.78 |
| Hex | BD | D8 | B5 | C | 0 | 10 | F | 6A | 1F | 4E |
| Octal | 275 | 330 | 265 | 14 | 0 | 20 | 17 | 152 | 37 | 116 |
| Binary | 10111101 | 11011000 | 10110101 | 1100 | 0 | 10000 | 1111 | 1101010 | 11111 | 1001110 |
Color Harmonies of #BDD8B5
Complementary color
Monochromatic Colors of #BDD8B5
Black with #BDD8B5
Text Example
Text Example
White with #BDD8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8B5; }
p { color: rgb(189,216,181); }
H1.HeaderClassName
{
color: #BDD8B5;
}
.AnyTagClassName
{
color: #BDD8B5;
}
</style>
background-color css
<style>
a { background-color: #BDD8B5; }
a { background-color: rgb(189,216,181); }
div.DivClassName
{
background-color: #BDD8B5;
}
.BgClassName
{
background-color: #BDD8B5;
}
</style>
border-color css
<style>
span { border-color: #BDD8B5; }
span { border-color: rgb(189,216,181); }
td.TdClassName
{
border-color: #BDD8B5;
}
.TagClassName
{
border-color: #BDD8B5;
}
</style>