Shades of Surf Crest #BDD4B7
Tints of Surf Crest #BDD4B7
RGB
CMYK
RGB Variations
Color information
#BDD4B7 (or 0xBDD4B7) is known color: Surf Crest. HEX triplet: BD, D4 and B7. RGB value is (189,212,183). Sum of RGB (Red+Green+Blue) = 189+212+183=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4B7 is #422B48. Grayscale: #C9C9C9. Windows color (decimal): -4336457 or 12047549. OLE color: 12047549.
HSL color Cylindrical-coordinate representation of color #BDD4B7: hue angle of 107.59º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD4B7 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 183 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.17 |
| HSL | 107.59º | 0.25% | 0.77% | - |
| HSV(B) | 107.59º | 0.14% | 0.83% | - |
| XYZ | 53.08 | 61.32 | 53.84 | - |
| YUV | 201.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 183 | 0.11 | 0 | 0.14 | 0.17 | 107.59 | 0.25 | 0.77 |
| Hex | BD | D4 | B7 | B | 0 | E | 11 | 6C | 19 | 4D |
| Octal | 275 | 324 | 267 | 13 | 0 | 16 | 21 | 154 | 31 | 115 |
| Binary | 10111101 | 11010100 | 10110111 | 1011 | 0 | 1110 | 10001 | 1101100 | 11001 | 1001101 |
Color Harmonies of #BDD4B7
Complementary color
Monochromatic Colors of #BDD4B7
Black with #BDD4B7
Text Example
Text Example
White with #BDD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4B7; }
p { color: rgb(189,212,183); }
H1.HeaderClassName
{
color: #BDD4B7;
}
.AnyTagClassName
{
color: #BDD4B7;
}
</style>
background-color css
<style>
a { background-color: #BDD4B7; }
a { background-color: rgb(189,212,183); }
div.DivClassName
{
background-color: #BDD4B7;
}
.BgClassName
{
background-color: #BDD4B7;
}
</style>
border-color css
<style>
span { border-color: #BDD4B7; }
span { border-color: rgb(189,212,183); }
td.TdClassName
{
border-color: #BDD4B7;
}
.TagClassName
{
border-color: #BDD4B7;
}
</style>