Shades of Surf #BDE1BB
Tints of Surf #BDE1BB
RGB
CMYK
RGB Variations
Color information
#BDE1BB (or 0xBDE1BB) is known color: Surf. HEX triplet: BD, E1 and BB. RGB value is (189,225,187). Sum of RGB (Red+Green+Blue) = 189+225+187=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BB is #421E44. Grayscale: #D2D2D2. Windows color (decimal): -4333125 or 12313021. OLE color: 12313021.
HSL color Cylindrical-coordinate representation of color #BDE1BB: hue angle of 116.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE1BB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 187 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.12 |
| HSL | 116.84º | 0.39% | 0.81% | - |
| HSV(B) | 116.84º | 0.17% | 0.88% | - |
| XYZ | 56.88 | 68.26 | 57.19 | - |
| YUV | 209.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 187 | 0.16 | 0 | 0.17 | 0.12 | 116.84 | 0.39 | 0.81 |
| Hex | BD | E1 | BB | 10 | 0 | 11 | C | 75 | 27 | 51 |
| Octal | 275 | 341 | 273 | 20 | 0 | 21 | 14 | 165 | 47 | 121 |
| Binary | 10111101 | 11100001 | 10111011 | 10000 | 0 | 10001 | 1100 | 1110101 | 100111 | 1010001 |
Color Harmonies of #BDE1BB
Complementary color
Monochromatic Colors of #BDE1BB
Black with #BDE1BB
Text Example
Text Example
White with #BDE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1BB; }
p { color: rgb(189,225,187); }
H1.HeaderClassName
{
color: #BDE1BB;
}
.AnyTagClassName
{
color: #BDE1BB;
}
</style>
background-color css
<style>
a { background-color: #BDE1BB; }
a { background-color: rgb(189,225,187); }
div.DivClassName
{
background-color: #BDE1BB;
}
.BgClassName
{
background-color: #BDE1BB;
}
</style>
border-color css
<style>
span { border-color: #BDE1BB; }
span { border-color: rgb(189,225,187); }
td.TdClassName
{
border-color: #BDE1BB;
}
.TagClassName
{
border-color: #BDE1BB;
}
</style>