Shades of Surf Crest #BADDB6
Tints of Surf Crest #BADDB6
RGB
CMYK
RGB Variations
Color information
#BADDB6 (or 0xBADDB6) is known color: Surf Crest. HEX triplet: BA, DD and B6. RGB value is (186,221,182). Sum of RGB (Red+Green+Blue) = 186+221+182=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB6 is #452249. Grayscale: #CECECE. Windows color (decimal): -4530762 or 11984314. OLE color: 11984314.
HSL color Cylindrical-coordinate representation of color #BADDB6: hue angle of 113.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADDB6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 182 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.13 |
| HSL | 113.85º | 0.36% | 0.79% | - |
| HSV(B) | 113.85º | 0.18% | 0.87% | - |
| XYZ | 54.55 | 65.53 | 54.03 | - |
| YUV | 206.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 182 | 0.16 | 0 | 0.18 | 0.13 | 113.85 | 0.36 | 0.79 |
| Hex | BA | DD | B6 | 10 | 0 | 12 | D | 72 | 24 | 4F |
| Octal | 272 | 335 | 266 | 20 | 0 | 22 | 15 | 162 | 44 | 117 |
| Binary | 10111010 | 11011101 | 10110110 | 10000 | 0 | 10010 | 1101 | 1110010 | 100100 | 1001111 |
Color Harmonies of #BADDB6
Complementary color
Monochromatic Colors of #BADDB6
Black with #BADDB6
Text Example
Text Example
White with #BADDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDB6; }
p { color: rgb(186,221,182); }
H1.HeaderClassName
{
color: #BADDB6;
}
.AnyTagClassName
{
color: #BADDB6;
}
</style>
background-color css
<style>
a { background-color: #BADDB6; }
a { background-color: rgb(186,221,182); }
div.DivClassName
{
background-color: #BADDB6;
}
.BgClassName
{
background-color: #BADDB6;
}
</style>
border-color css
<style>
span { border-color: #BADDB6; }
span { border-color: rgb(186,221,182); }
td.TdClassName
{
border-color: #BADDB6;
}
.TagClassName
{
border-color: #BADDB6;
}
</style>