Shades of Surf Crest #BDCCBB
Tints of Surf Crest #BDCCBB
RGB
CMYK
RGB Variations
Color information
#BDCCBB (or 0xBDCCBB) is known color: Surf Crest. HEX triplet: BD, CC and BB. RGB value is (189,204,187). Sum of RGB (Red+Green+Blue) = 189+204+187=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCBB is #423344. Grayscale: #C5C5C5. Windows color (decimal): -4338501 or 12307645. OLE color: 12307645.
HSL color Cylindrical-coordinate representation of color #BDCCBB: hue angle of 112.94º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCCBB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 187 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.2 |
| HSL | 112.94º | 0.14% | 0.77% | - |
| HSV(B) | 112.94º | 0.08% | 0.8% | - |
| XYZ | 51.55 | 57.59 | 55.41 | - |
| YUV | 197.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 187 | 0.07 | 0 | 0.08 | 0.2 | 112.94 | 0.14 | 0.77 |
| Hex | BD | CC | BB | 7 | 0 | 8 | 14 | 71 | E | 4D |
| Octal | 275 | 314 | 273 | 7 | 0 | 10 | 24 | 161 | 16 | 115 |
| Binary | 10111101 | 11001100 | 10111011 | 111 | 0 | 1000 | 10100 | 1110001 | 1110 | 1001101 |
Color Harmonies of #BDCCBB
Complementary color
Monochromatic Colors of #BDCCBB
Black with #BDCCBB
Text Example
Text Example
White with #BDCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCBB; }
p { color: rgb(189,204,187); }
H1.HeaderClassName
{
color: #BDCCBB;
}
.AnyTagClassName
{
color: #BDCCBB;
}
</style>
background-color css
<style>
a { background-color: #BDCCBB; }
a { background-color: rgb(189,204,187); }
div.DivClassName
{
background-color: #BDCCBB;
}
.BgClassName
{
background-color: #BDCCBB;
}
</style>
border-color css
<style>
span { border-color: #BDCCBB; }
span { border-color: rgb(189,204,187); }
td.TdClassName
{
border-color: #BDCCBB;
}
.TagClassName
{
border-color: #BDCCBB;
}
</style>