Shades of Surf Crest #BDCEB5
Tints of Surf Crest #BDCEB5
RGB
CMYK
RGB Variations
Color information
#BDCEB5 (or 0xBDCEB5) is known color: Surf Crest. HEX triplet: BD, CE and B5. RGB value is (189,206,181). Sum of RGB (Red+Green+Blue) = 189+206+181=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEB5 is #42314A. Grayscale: #C6C6C6. Windows color (decimal): -4337995 or 11914941. OLE color: 11914941.
HSL color Cylindrical-coordinate representation of color #BDCEB5: hue angle of 100.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDCEB5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 181 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.19 |
| HSL | 100.8º | 0.2% | 0.76% | - |
| HSV(B) | 100.8º | 0.12% | 0.81% | - |
| XYZ | 51.4 | 58.3 | 52.26 | - |
| YUV | 198.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 181 | 0.08 | 0 | 0.12 | 0.19 | 100.8 | 0.2 | 0.76 |
| Hex | BD | CE | B5 | 8 | 0 | C | 13 | 65 | 14 | 4C |
| Octal | 275 | 316 | 265 | 10 | 0 | 14 | 23 | 145 | 24 | 114 |
| Binary | 10111101 | 11001110 | 10110101 | 1000 | 0 | 1100 | 10011 | 1100101 | 10100 | 1001100 |
Color Harmonies of #BDCEB5
Complementary color
Monochromatic Colors of #BDCEB5
Black with #BDCEB5
Text Example
Text Example
White with #BDCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEB5; }
p { color: rgb(189,206,181); }
H1.HeaderClassName
{
color: #BDCEB5;
}
.AnyTagClassName
{
color: #BDCEB5;
}
</style>
background-color css
<style>
a { background-color: #BDCEB5; }
a { background-color: rgb(189,206,181); }
div.DivClassName
{
background-color: #BDCEB5;
}
.BgClassName
{
background-color: #BDCEB5;
}
</style>
border-color css
<style>
span { border-color: #BDCEB5; }
span { border-color: rgb(189,206,181); }
td.TdClassName
{
border-color: #BDCEB5;
}
.TagClassName
{
border-color: #BDCEB5;
}
</style>