Shades of Surf Crest #BDDAB4
Tints of Surf Crest #BDDAB4
RGB
CMYK
RGB Variations
Color information
#BDDAB4 (or 0xBDDAB4) is known color: Surf Crest. HEX triplet: BD, DA and B4. RGB value is (189,218,180). Sum of RGB (Red+Green+Blue) = 189+218+180=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB4 is #42254B. Grayscale: #CDCDCD. Windows color (decimal): -4334924 or 11852477. OLE color: 11852477.
HSL color Cylindrical-coordinate representation of color #BDDAB4: hue angle of 105.79º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDAB4 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 180 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.15 |
| HSL | 105.79º | 0.34% | 0.78% | - |
| HSV(B) | 105.79º | 0.17% | 0.85% | - |
| XYZ | 54.3 | 64.26 | 52.72 | - |
| YUV | 205 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 180 | 0.13 | 0 | 0.17 | 0.15 | 105.79 | 0.34 | 0.78 |
| Hex | BD | DA | B4 | D | 0 | 11 | F | 6A | 22 | 4E |
| Octal | 275 | 332 | 264 | 15 | 0 | 21 | 17 | 152 | 42 | 116 |
| Binary | 10111101 | 11011010 | 10110100 | 1101 | 0 | 10001 | 1111 | 1101010 | 100010 | 1001110 |
Color Harmonies of #BDDAB4
Complementary color
Monochromatic Colors of #BDDAB4
Black with #BDDAB4
Text Example
Text Example
White with #BDDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAB4; }
p { color: rgb(189,218,180); }
H1.HeaderClassName
{
color: #BDDAB4;
}
.AnyTagClassName
{
color: #BDDAB4;
}
</style>
background-color css
<style>
a { background-color: #BDDAB4; }
a { background-color: rgb(189,218,180); }
div.DivClassName
{
background-color: #BDDAB4;
}
.BgClassName
{
background-color: #BDDAB4;
}
</style>
border-color css
<style>
span { border-color: #BDDAB4; }
span { border-color: rgb(189,218,180); }
td.TdClassName
{
border-color: #BDDAB4;
}
.TagClassName
{
border-color: #BDDAB4;
}
</style>