Shades of Surf Crest #BDD7B3
Tints of Surf Crest #BDD7B3
RGB
CMYK
RGB Variations
Color information
#BDD7B3 (or 0xBDD7B3) is known color: Surf Crest. HEX triplet: BD, D7 and B3. RGB value is (189,215,179). Sum of RGB (Red+Green+Blue) = 189+215+179=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7B3 is #42284C. Grayscale: #CBCBCB. Windows color (decimal): -4335693 or 11786173. OLE color: 11786173.
HSL color Cylindrical-coordinate representation of color #BDD7B3: hue angle of 103.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD7B3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 179 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.16 |
| HSL | 103.33º | 0.31% | 0.77% | - |
| HSV(B) | 103.33º | 0.17% | 0.84% | - |
| XYZ | 53.42 | 62.67 | 51.93 | - |
| YUV | 203.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 179 | 0.12 | 0 | 0.17 | 0.16 | 103.33 | 0.31 | 0.77 |
| Hex | BD | D7 | B3 | C | 0 | 11 | 10 | 67 | 1F | 4D |
| Octal | 275 | 327 | 263 | 14 | 0 | 21 | 20 | 147 | 37 | 115 |
| Binary | 10111101 | 11010111 | 10110011 | 1100 | 0 | 10001 | 10000 | 1100111 | 11111 | 1001101 |
Color Harmonies of #BDD7B3
Complementary color
Monochromatic Colors of #BDD7B3
Black with #BDD7B3
Text Example
Text Example
White with #BDD7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7B3; }
p { color: rgb(189,215,179); }
H1.HeaderClassName
{
color: #BDD7B3;
}
.AnyTagClassName
{
color: #BDD7B3;
}
</style>
background-color css
<style>
a { background-color: #BDD7B3; }
a { background-color: rgb(189,215,179); }
div.DivClassName
{
background-color: #BDD7B3;
}
.BgClassName
{
background-color: #BDD7B3;
}
</style>
border-color css
<style>
span { border-color: #BDD7B3; }
span { border-color: rgb(189,215,179); }
td.TdClassName
{
border-color: #BDD7B3;
}
.TagClassName
{
border-color: #BDD7B3;
}
</style>