Shades of Surf Crest #BADAB3
Tints of Surf Crest #BADAB3
RGB
CMYK
RGB Variations
Color information
#BADAB3 (or 0xBADAB3) is known color: Surf Crest. HEX triplet: BA, DA and B3. RGB value is (186,218,179). Sum of RGB (Red+Green+Blue) = 186+218+179=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB3 is #45254C. Grayscale: #CCCCCC. Windows color (decimal): -4531533 or 11786938. OLE color: 11786938.
HSL color Cylindrical-coordinate representation of color #BADAB3: hue angle of 109.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADAB3 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 179 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.15 |
| HSL | 109.23º | 0.35% | 0.78% | - |
| HSV(B) | 109.23º | 0.18% | 0.85% | - |
| XYZ | 53.46 | 63.84 | 52.15 | - |
| YUV | 203.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 179 | 0.15 | 0 | 0.18 | 0.15 | 109.23 | 0.35 | 0.78 |
| Hex | BA | DA | B3 | F | 0 | 12 | F | 6D | 23 | 4E |
| Octal | 272 | 332 | 263 | 17 | 0 | 22 | 17 | 155 | 43 | 116 |
| Binary | 10111010 | 11011010 | 10110011 | 1111 | 0 | 10010 | 1111 | 1101101 | 100011 | 1001110 |
Color Harmonies of #BADAB3
Complementary color
Monochromatic Colors of #BADAB3
Black with #BADAB3
Text Example
Text Example
White with #BADAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAB3; }
p { color: rgb(186,218,179); }
H1.HeaderClassName
{
color: #BADAB3;
}
.AnyTagClassName
{
color: #BADAB3;
}
</style>
background-color css
<style>
a { background-color: #BADAB3; }
a { background-color: rgb(186,218,179); }
div.DivClassName
{
background-color: #BADAB3;
}
.BgClassName
{
background-color: #BADAB3;
}
</style>
border-color css
<style>
span { border-color: #BADAB3; }
span { border-color: rgb(186,218,179); }
td.TdClassName
{
border-color: #BADAB3;
}
.TagClassName
{
border-color: #BADAB3;
}
</style>