Shades of Surf Crest #BADDB5
Tints of Surf Crest #BADDB5
RGB
CMYK
RGB Variations
Color information
#BADDB5 (or 0xBADDB5) is known color: Surf Crest. HEX triplet: BA, DD and B5. RGB value is (186,221,181). Sum of RGB (Red+Green+Blue) = 186+221+181=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB5 is #45224A. Grayscale: #CECECE. Windows color (decimal): -4530763 or 11918778. OLE color: 11918778.
HSL color Cylindrical-coordinate representation of color #BADDB5: hue angle of 112.5º degrees, saturation: 0.37, 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 #BADDB5 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 221 | 181 | - |
CMYK | 0.16 | 0 | 0.18 | 0.13 |
HSL | 112.5º | 0.37% | 0.79% | - |
HSV(B) | 112.5º | 0.18% | 0.87% | - |
XYZ | 54.45 | 65.49 | 53.49 | - |
YUV | 205.98 | 113.9 | 113.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 221 | 181 | 0.16 | 0 | 0.18 | 0.13 | 112.5 | 0.37 | 0.79 |
Hex | BA | DD | B5 | 10 | 0 | 12 | D | 70 | 25 | 4F |
Octal | 272 | 335 | 265 | 20 | 0 | 22 | 15 | 160 | 45 | 117 |
Binary | 10111010 | 11011101 | 10110101 | 10000 | 0 | 10010 | 1101 | 1110000 | 100101 | 1001111 |
Color Harmonies of #BADDB5
Complementary color
Monochromatic Colors of #BADDB5
Black with #BADDB5
Text Example
Text Example
White with #BADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDB5; }
p { color: rgb(186,221,181); }
H1.HeaderClassName
{
color: #BADDB5;
}
.AnyTagClassName
{
color: #BADDB5;
}
</style>
background-color css
<style>
a { background-color: #BADDB5; }
a { background-color: rgb(186,221,181); }
div.DivClassName
{
background-color: #BADDB5;
}
.BgClassName
{
background-color: #BADDB5;
}
</style>
border-color css
<style>
span { border-color: #BADDB5; }
span { border-color: rgb(186,221,181); }
td.TdClassName
{
border-color: #BADDB5;
}
.TagClassName
{
border-color: #BADDB5;
}
</style>