Shades of Surf Crest #BACDB3
Tints of Surf Crest #BACDB3
RGB
CMYK
RGB Variations
Color information
#BACDB3 (or 0xBACDB3) is known color: Surf Crest. HEX triplet: BA, CD and B3. RGB value is (186,205,179). Sum of RGB (Red+Green+Blue) = 186+205+179=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDB3 is #45324C. Grayscale: #C4C4C4. Windows color (decimal): -4534861 or 11783610. OLE color: 11783610.
HSL color Cylindrical-coordinate representation of color #BACDB3: hue angle of 103.85º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACDB3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 179 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.20 |
| HSL | 103.85º | 0.21% | 0.75% | - |
| HSV(B) | 103.85º | 0.13% | 0.8% | - |
| XYZ | 50.22 | 57.36 | 51.07 | - |
| YUV | 196.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 179 | 0.09 | 0 | 0.13 | 0.20 | 103.85 | 0.21 | 0.75 |
| Hex | BA | CD | B3 | 9 | 0 | D | 14 | 68 | 15 | 4B |
| Octal | 272 | 315 | 263 | 11 | 0 | 15 | 24 | 150 | 25 | 113 |
| Binary | 10111010 | 11001101 | 10110011 | 1001 | 0 | 1101 | 10100 | 1101000 | 10101 | 1001011 |
Color Harmonies of #BACDB3
Complementary color
Monochromatic Colors of #BACDB3
Black with #BACDB3
Text Example
Text Example
White with #BACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDB3; }
p { color: rgb(186,205,179); }
H1.HeaderClassName
{
color: #BACDB3;
}
.AnyTagClassName
{
color: #BACDB3;
}
</style>
background-color css
<style>
a { background-color: #BACDB3; }
a { background-color: rgb(186,205,179); }
div.DivClassName
{
background-color: #BACDB3;
}
.BgClassName
{
background-color: #BACDB3;
}
</style>
border-color css
<style>
span { border-color: #BACDB3; }
span { border-color: rgb(186,205,179); }
td.TdClassName
{
border-color: #BACDB3;
}
.TagClassName
{
border-color: #BACDB3;
}
</style>