Shades of Surf #BADBBE
Tints of Surf #BADBBE
RGB
CMYK
RGB Variations
Color information
#BADBBE (or 0xBADBBE) is known color: Surf. HEX triplet: BA, DB and BE. RGB value is (186,219,190). Sum of RGB (Red+Green+Blue) = 186+219+190=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBBE is #452441. Grayscale: #CDCDCD. Windows color (decimal): -4531266 or 12508090. OLE color: 12508090.
HSL color Cylindrical-coordinate representation of color #BADBBE: hue angle of 127.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBBE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 190 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.14 |
| HSL | 127.27º | 0.31% | 0.79% | - |
| HSV(B) | 127.27º | 0.15% | 0.86% | - |
| XYZ | 54.88 | 64.82 | 58.33 | - |
| YUV | 205.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 190 | 0.15 | 0 | 0.13 | 0.14 | 127.27 | 0.31 | 0.79 |
| Hex | BA | DB | BE | F | 0 | D | E | 7F | 1F | 4F |
| Octal | 272 | 333 | 276 | 17 | 0 | 15 | 16 | 177 | 37 | 117 |
| Binary | 10111010 | 11011011 | 10111110 | 1111 | 0 | 1101 | 1110 | 1111111 | 11111 | 1001111 |
Color Harmonies of #BADBBE
Complementary color
Monochromatic Colors of #BADBBE
Black with #BADBBE
Text Example
Text Example
White with #BADBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBBE; }
p { color: rgb(186,219,190); }
H1.HeaderClassName
{
color: #BADBBE;
}
.AnyTagClassName
{
color: #BADBBE;
}
</style>
background-color css
<style>
a { background-color: #BADBBE; }
a { background-color: rgb(186,219,190); }
div.DivClassName
{
background-color: #BADBBE;
}
.BgClassName
{
background-color: #BADBBE;
}
</style>
border-color css
<style>
span { border-color: #BADBBE; }
span { border-color: rgb(186,219,190); }
td.TdClassName
{
border-color: #BADBBE;
}
.TagClassName
{
border-color: #BADBBE;
}
</style>