Shades of Surf Crest #BACDB5
Tints of Surf Crest #BACDB5
RGB
CMYK
RGB Variations
Color information
#BACDB5 (or 0xBACDB5) is known color: Surf Crest. HEX triplet: BA, CD and B5. RGB value is (186,205,181). Sum of RGB (Red+Green+Blue) = 186+205+181=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDB5 is #45324A. Grayscale: #C4C4C4. Windows color (decimal): -4534859 or 11914682. OLE color: 11914682.
HSL color Cylindrical-coordinate representation of color #BACDB5: hue angle of 107.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACDB5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 181 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.20 |
| HSL | 107.5º | 0.19% | 0.76% | - |
| HSV(B) | 107.5º | 0.12% | 0.8% | - |
| XYZ | 50.42 | 57.44 | 52.15 | - |
| YUV | 196.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 181 | 0.09 | 0 | 0.12 | 0.20 | 107.5 | 0.19 | 0.76 |
| Hex | BA | CD | B5 | 9 | 0 | C | 14 | 6C | 13 | 4C |
| Octal | 272 | 315 | 265 | 11 | 0 | 14 | 24 | 154 | 23 | 114 |
| Binary | 10111010 | 11001101 | 10110101 | 1001 | 0 | 1100 | 10100 | 1101100 | 10011 | 1001100 |
Color Harmonies of #BACDB5
Complementary color
Monochromatic Colors of #BACDB5
Black with #BACDB5
Text Example
Text Example
White with #BACDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDB5; }
p { color: rgb(186,205,181); }
H1.HeaderClassName
{
color: #BACDB5;
}
.AnyTagClassName
{
color: #BACDB5;
}
</style>
background-color css
<style>
a { background-color: #BACDB5; }
a { background-color: rgb(186,205,181); }
div.DivClassName
{
background-color: #BACDB5;
}
.BgClassName
{
background-color: #BACDB5;
}
</style>
border-color css
<style>
span { border-color: #BACDB5; }
span { border-color: rgb(186,205,181); }
td.TdClassName
{
border-color: #BACDB5;
}
.TagClassName
{
border-color: #BACDB5;
}
</style>