Shades of Surf Crest #BDD4B8
Tints of Surf Crest #BDD4B8
RGB
CMYK
RGB Variations
Color information
#BDD4B8 (or 0xBDD4B8) is known color: Surf Crest. HEX triplet: BD, D4 and B8. RGB value is (189,212,184). Sum of RGB (Red+Green+Blue) = 189+212+184=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4B8 is #422B47. Grayscale: #CACACA. Windows color (decimal): -4336456 or 12113085. OLE color: 12113085.
HSL color Cylindrical-coordinate representation of color #BDD4B8: hue angle of 109.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD4B8 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 184 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.17 |
| HSL | 109.29º | 0.25% | 0.78% | - |
| HSV(B) | 109.29º | 0.13% | 0.83% | - |
| XYZ | 53.18 | 61.37 | 54.39 | - |
| YUV | 201.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 184 | 0.11 | 0 | 0.13 | 0.17 | 109.29 | 0.25 | 0.78 |
| Hex | BD | D4 | B8 | B | 0 | D | 11 | 6D | 19 | 4E |
| Octal | 275 | 324 | 270 | 13 | 0 | 15 | 21 | 155 | 31 | 116 |
| Binary | 10111101 | 11010100 | 10111000 | 1011 | 0 | 1101 | 10001 | 1101101 | 11001 | 1001110 |
Color Harmonies of #BDD4B8
Complementary color
Monochromatic Colors of #BDD4B8
Black with #BDD4B8
Text Example
Text Example
White with #BDD4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4B8; }
p { color: rgb(189,212,184); }
H1.HeaderClassName
{
color: #BDD4B8;
}
.AnyTagClassName
{
color: #BDD4B8;
}
</style>
background-color css
<style>
a { background-color: #BDD4B8; }
a { background-color: rgb(189,212,184); }
div.DivClassName
{
background-color: #BDD4B8;
}
.BgClassName
{
background-color: #BDD4B8;
}
</style>
border-color css
<style>
span { border-color: #BDD4B8; }
span { border-color: rgb(189,212,184); }
td.TdClassName
{
border-color: #BDD4B8;
}
.TagClassName
{
border-color: #BDD4B8;
}
</style>