Shades of Surf Crest #BCD3B3
Tints of Surf Crest #BCD3B3
RGB
CMYK
RGB Variations
Color information
#BCD3B3 (or 0xBCD3B3) is known color: Surf Crest. HEX triplet: BC, D3 and B3. RGB value is (188,211,179). Sum of RGB (Red+Green+Blue) = 188+211+179=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3B3 is #432C4C. Grayscale: #C8C8C8. Windows color (decimal): -4402253 or 11785148. OLE color: 11785148.
HSL color Cylindrical-coordinate representation of color #BCD3B3: hue angle of 103.12º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD3B3 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 179 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.17 |
| HSL | 103.13º | 0.27% | 0.76% | - |
| HSV(B) | 103.13º | 0.15% | 0.83% | - |
| XYZ | 52.17 | 60.53 | 51.58 | - |
| YUV | 200.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 179 | 0.11 | 0 | 0.15 | 0.17 | 103.13 | 0.27 | 0.76 |
| Hex | BC | D3 | B3 | B | 0 | F | 11 | 67 | 1B | 4C |
| Octal | 274 | 323 | 263 | 13 | 0 | 17 | 21 | 147 | 33 | 114 |
| Binary | 10111100 | 11010011 | 10110011 | 1011 | 0 | 1111 | 10001 | 1100111 | 11011 | 1001100 |
Color Harmonies of #BCD3B3
Complementary color
Monochromatic Colors of #BCD3B3
Black with #BCD3B3
Text Example
Text Example
White with #BCD3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3B3; }
p { color: rgb(188,211,179); }
H1.HeaderClassName
{
color: #BCD3B3;
}
.AnyTagClassName
{
color: #BCD3B3;
}
</style>
background-color css
<style>
a { background-color: #BCD3B3; }
a { background-color: rgb(188,211,179); }
div.DivClassName
{
background-color: #BCD3B3;
}
.BgClassName
{
background-color: #BCD3B3;
}
</style>
border-color css
<style>
span { border-color: #BCD3B3; }
span { border-color: rgb(188,211,179); }
td.TdClassName
{
border-color: #BCD3B3;
}
.TagClassName
{
border-color: #BCD3B3;
}
</style>