Shades of Surf Crest #BDE1B8
Tints of Surf Crest #BDE1B8
RGB
CMYK
RGB Variations
Color information
#BDE1B8 (or 0xBDE1B8) is known color: Surf Crest. HEX triplet: BD, E1 and B8. RGB value is (189,225,184). Sum of RGB (Red+Green+Blue) = 189+225+184=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1B8 is #421E47. Grayscale: #D1D1D1. Windows color (decimal): -4333128 or 12116413. OLE color: 12116413.
HSL color Cylindrical-coordinate representation of color #BDE1B8: hue angle of 112.68º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE1B8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 184 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.12 |
| HSL | 112.68º | 0.41% | 0.8% | - |
| HSV(B) | 112.68º | 0.18% | 0.88% | - |
| XYZ | 56.56 | 68.13 | 55.52 | - |
| YUV | 209.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 184 | 0.16 | 0 | 0.18 | 0.12 | 112.68 | 0.41 | 0.8 |
| Hex | BD | E1 | B8 | 10 | 0 | 12 | C | 71 | 29 | 50 |
| Octal | 275 | 341 | 270 | 20 | 0 | 22 | 14 | 161 | 51 | 120 |
| Binary | 10111101 | 11100001 | 10111000 | 10000 | 0 | 10010 | 1100 | 1110001 | 101001 | 1010000 |
Color Harmonies of #BDE1B8
Complementary color
Monochromatic Colors of #BDE1B8
Black with #BDE1B8
Text Example
Text Example
White with #BDE1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1B8; }
p { color: rgb(189,225,184); }
H1.HeaderClassName
{
color: #BDE1B8;
}
.AnyTagClassName
{
color: #BDE1B8;
}
</style>
background-color css
<style>
a { background-color: #BDE1B8; }
a { background-color: rgb(189,225,184); }
div.DivClassName
{
background-color: #BDE1B8;
}
.BgClassName
{
background-color: #BDE1B8;
}
</style>
border-color css
<style>
span { border-color: #BDE1B8; }
span { border-color: rgb(189,225,184); }
td.TdClassName
{
border-color: #BDE1B8;
}
.TagClassName
{
border-color: #BDE1B8;
}
</style>