Shades of Surf Crest #BDCFBA
Tints of Surf Crest #BDCFBA
RGB
CMYK
RGB Variations
Color information
#BDCFBA (or 0xBDCFBA) is known color: Surf Crest. HEX triplet: BD, CF and BA. RGB value is (189,207,186). Sum of RGB (Red+Green+Blue) = 189+207+186=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFBA is #423045. Grayscale: #C7C7C7. Windows color (decimal): -4337734 or 12242877. OLE color: 12242877.
HSL color Cylindrical-coordinate representation of color #BDCFBA: hue angle of 111.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCFBA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 186 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.19 |
| HSL | 111.43º | 0.18% | 0.77% | - |
| HSV(B) | 111.43º | 0.1% | 0.81% | - |
| XYZ | 52.16 | 58.99 | 55.09 | - |
| YUV | 199.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 186 | 0.09 | 0 | 0.10 | 0.19 | 111.43 | 0.18 | 0.77 |
| Hex | BD | CF | BA | 9 | 0 | A | 13 | 6F | 12 | 4D |
| Octal | 275 | 317 | 272 | 11 | 0 | 12 | 23 | 157 | 22 | 115 |
| Binary | 10111101 | 11001111 | 10111010 | 1001 | 0 | 1010 | 10011 | 1101111 | 10010 | 1001101 |
Color Harmonies of #BDCFBA
Complementary color
Monochromatic Colors of #BDCFBA
Black with #BDCFBA
Text Example
Text Example
White with #BDCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFBA; }
p { color: rgb(189,207,186); }
H1.HeaderClassName
{
color: #BDCFBA;
}
.AnyTagClassName
{
color: #BDCFBA;
}
</style>
background-color css
<style>
a { background-color: #BDCFBA; }
a { background-color: rgb(189,207,186); }
div.DivClassName
{
background-color: #BDCFBA;
}
.BgClassName
{
background-color: #BDCFBA;
}
</style>
border-color css
<style>
span { border-color: #BDCFBA; }
span { border-color: rgb(189,207,186); }
td.TdClassName
{
border-color: #BDCFBA;
}
.TagClassName
{
border-color: #BDCFBA;
}
</style>