Shades of Surf Crest #BDDDB3
Tints of Surf Crest #BDDDB3
RGB
CMYK
RGB Variations
Color information
#BDDDB3 (or 0xBDDDB3) is known color: Surf Crest. HEX triplet: BD, DD and B3. RGB value is (189,221,179). Sum of RGB (Red+Green+Blue) = 189+221+179=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB3 is #42224C. Grayscale: #CECECE. Windows color (decimal): -4334157 or 11787709. OLE color: 11787709.
HSL color Cylindrical-coordinate representation of color #BDDDB3: hue angle of 105.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 179 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.13 |
| HSL | 105.71º | 0.38% | 0.78% | - |
| HSV(B) | 105.71º | 0.19% | 0.87% | - |
| XYZ | 54.98 | 65.79 | 52.45 | - |
| YUV | 206.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 179 | 0.14 | 0 | 0.19 | 0.13 | 105.71 | 0.38 | 0.78 |
| Hex | BD | DD | B3 | E | 0 | 13 | D | 6A | 26 | 4E |
| Octal | 275 | 335 | 263 | 16 | 0 | 23 | 15 | 152 | 46 | 116 |
| Binary | 10111101 | 11011101 | 10110011 | 1110 | 0 | 10011 | 1101 | 1101010 | 100110 | 1001110 |
Color Harmonies of #BDDDB3
Complementary color
Monochromatic Colors of #BDDDB3
Black with #BDDDB3
Text Example
Text Example
White with #BDDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDB3; }
p { color: rgb(189,221,179); }
H1.HeaderClassName
{
color: #BDDDB3;
}
.AnyTagClassName
{
color: #BDDDB3;
}
</style>
background-color css
<style>
a { background-color: #BDDDB3; }
a { background-color: rgb(189,221,179); }
div.DivClassName
{
background-color: #BDDDB3;
}
.BgClassName
{
background-color: #BDDDB3;
}
</style>
border-color css
<style>
span { border-color: #BDDDB3; }
span { border-color: rgb(189,221,179); }
td.TdClassName
{
border-color: #BDDDB3;
}
.TagClassName
{
border-color: #BDDDB3;
}
</style>