Shades of Surf Crest #BDDAB2
Tints of Surf Crest #BDDAB2
RGB
CMYK
RGB Variations
Color information
#BDDAB2 (or 0xBDDAB2) is known color: Surf Crest. HEX triplet: BD, DA and B2. RGB value is (189,218,178). Sum of RGB (Red+Green+Blue) = 189+218+178=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAB2 is #42254D. Grayscale: #CCCCCC. Windows color (decimal): -4334926 or 11721405. OLE color: 11721405.
HSL color Cylindrical-coordinate representation of color #BDDAB2: hue angle of 103.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDAB2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 178 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.15 |
| HSL | 103.5º | 0.35% | 0.78% | - |
| HSV(B) | 103.5º | 0.18% | 0.85% | - |
| XYZ | 54.09 | 64.18 | 51.66 | - |
| YUV | 204.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 178 | 0.13 | 0 | 0.18 | 0.15 | 103.5 | 0.35 | 0.78 |
| Hex | BD | DA | B2 | D | 0 | 12 | F | 68 | 23 | 4E |
| Octal | 275 | 332 | 262 | 15 | 0 | 22 | 17 | 150 | 43 | 116 |
| Binary | 10111101 | 11011010 | 10110010 | 1101 | 0 | 10010 | 1111 | 1101000 | 100011 | 1001110 |
Color Harmonies of #BDDAB2
Complementary color
Monochromatic Colors of #BDDAB2
Black with #BDDAB2
Text Example
Text Example
White with #BDDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAB2; }
p { color: rgb(189,218,178); }
H1.HeaderClassName
{
color: #BDDAB2;
}
.AnyTagClassName
{
color: #BDDAB2;
}
</style>
background-color css
<style>
a { background-color: #BDDAB2; }
a { background-color: rgb(189,218,178); }
div.DivClassName
{
background-color: #BDDAB2;
}
.BgClassName
{
background-color: #BDDAB2;
}
</style>
border-color css
<style>
span { border-color: #BDDAB2; }
span { border-color: rgb(189,218,178); }
td.TdClassName
{
border-color: #BDDAB2;
}
.TagClassName
{
border-color: #BDDAB2;
}
</style>