Shades of Surf Crest #BDCDB7
Tints of Surf Crest #BDCDB7
RGB
CMYK
RGB Variations
Color information
#BDCDB7 (or 0xBDCDB7) is known color: Surf Crest. HEX triplet: BD, CD and B7. RGB value is (189,205,183). Sum of RGB (Red+Green+Blue) = 189+205+183=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB7 is #423248. Grayscale: #C5C5C5. Windows color (decimal): -4338249 or 12045757. OLE color: 12045757.
HSL color Cylindrical-coordinate representation of color #BDCDB7: hue angle of 103.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCDB7 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 183 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.20 |
| HSL | 103.64º | 0.18% | 0.76% | - |
| HSV(B) | 103.64º | 0.11% | 0.8% | - |
| XYZ | 51.36 | 57.9 | 53.27 | - |
| YUV | 197.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 183 | 0.08 | 0 | 0.11 | 0.20 | 103.64 | 0.18 | 0.76 |
| Hex | BD | CD | B7 | 8 | 0 | B | 14 | 68 | 12 | 4C |
| Octal | 275 | 315 | 267 | 10 | 0 | 13 | 24 | 150 | 22 | 114 |
| Binary | 10111101 | 11001101 | 10110111 | 1000 | 0 | 1011 | 10100 | 1101000 | 10010 | 1001100 |
Color Harmonies of #BDCDB7
Complementary color
Monochromatic Colors of #BDCDB7
Black with #BDCDB7
Text Example
Text Example
White with #BDCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDB7; }
p { color: rgb(189,205,183); }
H1.HeaderClassName
{
color: #BDCDB7;
}
.AnyTagClassName
{
color: #BDCDB7;
}
</style>
background-color css
<style>
a { background-color: #BDCDB7; }
a { background-color: rgb(189,205,183); }
div.DivClassName
{
background-color: #BDCDB7;
}
.BgClassName
{
background-color: #BDCDB7;
}
</style>
border-color css
<style>
span { border-color: #BDCDB7; }
span { border-color: rgb(189,205,183); }
td.TdClassName
{
border-color: #BDCDB7;
}
.TagClassName
{
border-color: #BDCDB7;
}
</style>