Shades of Surf Crest #BDDDB4
Tints of Surf Crest #BDDDB4
RGB
CMYK
RGB Variations
Color information
#BDDDB4 (or 0xBDDDB4) is known color: Surf Crest. HEX triplet: BD, DD and B4. RGB value is (189,221,180). Sum of RGB (Red+Green+Blue) = 189+221+180=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB4 is #42224B. Grayscale: #CECECE. Windows color (decimal): -4334156 or 11853245. OLE color: 11853245.
HSL color Cylindrical-coordinate representation of color #BDDDB4: hue angle of 106.83º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDDB4 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 180 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.13 |
| HSL | 106.83º | 0.38% | 0.79% | - |
| HSV(B) | 106.83º | 0.19% | 0.87% | - |
| XYZ | 55.08 | 65.83 | 52.98 | - |
| YUV | 206.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 180 | 0.14 | 0 | 0.19 | 0.13 | 106.83 | 0.38 | 0.79 |
| Hex | BD | DD | B4 | E | 0 | 13 | D | 6B | 26 | 4F |
| Octal | 275 | 335 | 264 | 16 | 0 | 23 | 15 | 153 | 46 | 117 |
| Binary | 10111101 | 11011101 | 10110100 | 1110 | 0 | 10011 | 1101 | 1101011 | 100110 | 1001111 |
Color Harmonies of #BDDDB4
Complementary color
Monochromatic Colors of #BDDDB4
Black with #BDDDB4
Text Example
Text Example
White with #BDDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDB4; }
p { color: rgb(189,221,180); }
H1.HeaderClassName
{
color: #BDDDB4;
}
.AnyTagClassName
{
color: #BDDDB4;
}
</style>
background-color css
<style>
a { background-color: #BDDDB4; }
a { background-color: rgb(189,221,180); }
div.DivClassName
{
background-color: #BDDDB4;
}
.BgClassName
{
background-color: #BDDDB4;
}
</style>
border-color css
<style>
span { border-color: #BDDDB4; }
span { border-color: rgb(189,221,180); }
td.TdClassName
{
border-color: #BDDDB4;
}
.TagClassName
{
border-color: #BDDDB4;
}
</style>