Shades of Surf Crest #BDE3B8
Tints of Surf Crest #BDE3B8
RGB
CMYK
RGB Variations
Color information
#BDE3B8 (or 0xBDE3B8) is known color: Surf Crest. HEX triplet: BD, E3 and B8. RGB value is (189,227,184). Sum of RGB (Red+Green+Blue) = 189+227+184=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3B8 is #421C47. Grayscale: #D2D2D2. Windows color (decimal): -4332616 or 12116925. OLE color: 12116925.
HSL color Cylindrical-coordinate representation of color #BDE3B8: hue angle of 113.02º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE3B8 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 184 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.11 |
| HSL | 113.02º | 0.43% | 0.81% | - |
| HSV(B) | 113.02º | 0.19% | 0.89% | - |
| XYZ | 57.11 | 69.22 | 55.7 | - |
| YUV | 210.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 184 | 0.17 | 0 | 0.19 | 0.11 | 113.02 | 0.43 | 0.81 |
| Hex | BD | E3 | B8 | 11 | 0 | 13 | B | 71 | 2B | 51 |
| Octal | 275 | 343 | 270 | 21 | 0 | 23 | 13 | 161 | 53 | 121 |
| Binary | 10111101 | 11100011 | 10111000 | 10001 | 0 | 10011 | 1011 | 1110001 | 101011 | 1010001 |
Color Harmonies of #BDE3B8
Complementary color
Monochromatic Colors of #BDE3B8
Black with #BDE3B8
Text Example
Text Example
White with #BDE3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3B8; }
p { color: rgb(189,227,184); }
H1.HeaderClassName
{
color: #BDE3B8;
}
.AnyTagClassName
{
color: #BDE3B8;
}
</style>
background-color css
<style>
a { background-color: #BDE3B8; }
a { background-color: rgb(189,227,184); }
div.DivClassName
{
background-color: #BDE3B8;
}
.BgClassName
{
background-color: #BDE3B8;
}
</style>
border-color css
<style>
span { border-color: #BDE3B8; }
span { border-color: rgb(189,227,184); }
td.TdClassName
{
border-color: #BDE3B8;
}
.TagClassName
{
border-color: #BDE3B8;
}
</style>