Shades of Surf Crest #BDDBB6
Tints of Surf Crest #BDDBB6
RGB
CMYK
RGB Variations
Color information
#BDDBB6 (or 0xBDDBB6) is known color: Surf Crest. HEX triplet: BD, DB and B6. RGB value is (189,219,182). Sum of RGB (Red+Green+Blue) = 189+219+182=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBB6 is #422449. Grayscale: #CDCDCD. Windows color (decimal): -4334666 or 11983805. OLE color: 11983805.
HSL color Cylindrical-coordinate representation of color #BDDBB6: hue angle of 108.65º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDBB6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 182 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.14 |
| HSL | 108.65º | 0.34% | 0.79% | - |
| HSV(B) | 108.65º | 0.17% | 0.86% | - |
| XYZ | 54.76 | 64.86 | 53.89 | - |
| YUV | 205.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 182 | 0.14 | 0 | 0.17 | 0.14 | 108.65 | 0.34 | 0.79 |
| Hex | BD | DB | B6 | E | 0 | 11 | E | 6D | 22 | 4F |
| Octal | 275 | 333 | 266 | 16 | 0 | 21 | 16 | 155 | 42 | 117 |
| Binary | 10111101 | 11011011 | 10110110 | 1110 | 0 | 10001 | 1110 | 1101101 | 100010 | 1001111 |
Color Harmonies of #BDDBB6
Complementary color
Monochromatic Colors of #BDDBB6
Black with #BDDBB6
Text Example
Text Example
White with #BDDBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBB6; }
p { color: rgb(189,219,182); }
H1.HeaderClassName
{
color: #BDDBB6;
}
.AnyTagClassName
{
color: #BDDBB6;
}
</style>
background-color css
<style>
a { background-color: #BDDBB6; }
a { background-color: rgb(189,219,182); }
div.DivClassName
{
background-color: #BDDBB6;
}
.BgClassName
{
background-color: #BDDBB6;
}
</style>
border-color css
<style>
span { border-color: #BDDBB6; }
span { border-color: rgb(189,219,182); }
td.TdClassName
{
border-color: #BDDBB6;
}
.TagClassName
{
border-color: #BDDBB6;
}
</style>