Shades of Surf Crest #BAD2B5
Tints of Surf Crest #BAD2B5
RGB
CMYK
RGB Variations
Color information
#BAD2B5 (or 0xBAD2B5) is known color: Surf Crest. HEX triplet: BA, D2 and B5. RGB value is (186,210,181). Sum of RGB (Red+Green+Blue) = 186+210+181=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2B5 is #452D4A. Grayscale: #C7C7C7. Windows color (decimal): -4533579 or 11915962. OLE color: 11915962.
HSL color Cylindrical-coordinate representation of color #BAD2B5: hue angle of 109.66º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD2B5 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
RGB | 186 | 210 | 181 | - |
CMYK | 0.11 | 0 | 0.14 | 0.18 |
HSL | 109.66º | 0.24% | 0.77% | - |
HSV(B) | 109.66º | 0.14% | 0.82% | - |
XYZ | 51.64 | 59.87 | 52.55 | - |
YUV | 199.52 | 117.55 | 118.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 210 | 181 | 0.11 | 0 | 0.14 | 0.18 | 109.66 | 0.24 | 0.77 |
Hex | BA | D2 | B5 | B | 0 | E | 12 | 6E | 18 | 4D |
Octal | 272 | 322 | 265 | 13 | 0 | 16 | 22 | 156 | 30 | 115 |
Binary | 10111010 | 11010010 | 10110101 | 1011 | 0 | 1110 | 10010 | 1101110 | 11000 | 1001101 |
Color Harmonies of #BAD2B5
Complementary color
Monochromatic Colors of #BAD2B5
Black with #BAD2B5
Text Example
Text Example
White with #BAD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2B5; }
p { color: rgb(186,210,181); }
H1.HeaderClassName
{
color: #BAD2B5;
}
.AnyTagClassName
{
color: #BAD2B5;
}
</style>
background-color css
<style>
a { background-color: #BAD2B5; }
a { background-color: rgb(186,210,181); }
div.DivClassName
{
background-color: #BAD2B5;
}
.BgClassName
{
background-color: #BAD2B5;
}
</style>
border-color css
<style>
span { border-color: #BAD2B5; }
span { border-color: rgb(186,210,181); }
td.TdClassName
{
border-color: #BAD2B5;
}
.TagClassName
{
border-color: #BAD2B5;
}
</style>