Shades of Surf Crest #BDDDB5
Tints of Surf Crest #BDDDB5
RGB
CMYK
RGB Variations
Color information
#BDDDB5 (or 0xBDDDB5) is known color: Surf Crest. HEX triplet: BD, DD and B5. RGB value is (189,221,181). Sum of RGB (Red+Green+Blue) = 189+221+181=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB5 is #42224A. Grayscale: #CECECE. Windows color (decimal): -4334155 or 11918781. OLE color: 11918781.
HSL color Cylindrical-coordinate representation of color #BDDDB5: hue angle of 108º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDDB5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 181 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.13 |
| HSL | 108º | 0.37% | 0.79% | - |
| HSV(B) | 108º | 0.18% | 0.87% | - |
| XYZ | 55.18 | 65.87 | 53.52 | - |
| YUV | 206.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 181 | 0.14 | 0 | 0.18 | 0.13 | 108 | 0.37 | 0.79 |
| Hex | BD | DD | B5 | E | 0 | 12 | D | 6C | 25 | 4F |
| Octal | 275 | 335 | 265 | 16 | 0 | 22 | 15 | 154 | 45 | 117 |
| Binary | 10111101 | 11011101 | 10110101 | 1110 | 0 | 10010 | 1101 | 1101100 | 100101 | 1001111 |
Color Harmonies of #BDDDB5
Complementary color
Monochromatic Colors of #BDDDB5
Black with #BDDDB5
Text Example
Text Example
White with #BDDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDB5; }
p { color: rgb(189,221,181); }
H1.HeaderClassName
{
color: #BDDDB5;
}
.AnyTagClassName
{
color: #BDDDB5;
}
</style>
background-color css
<style>
a { background-color: #BDDDB5; }
a { background-color: rgb(189,221,181); }
div.DivClassName
{
background-color: #BDDDB5;
}
.BgClassName
{
background-color: #BDDDB5;
}
</style>
border-color css
<style>
span { border-color: #BDDDB5; }
span { border-color: rgb(189,221,181); }
td.TdClassName
{
border-color: #BDDDB5;
}
.TagClassName
{
border-color: #BDDDB5;
}
</style>