Shades of Surf Crest #BDDBB2
Tints of Surf Crest #BDDBB2
RGB
CMYK
RGB Variations
Color information
#BDDBB2 (or 0xBDDBB2) is known color: Surf Crest. HEX triplet: BD, DB and B2. RGB value is (189,219,178). Sum of RGB (Red+Green+Blue) = 189+219+178=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBB2 is #42244D. Grayscale: #CDCDCD. Windows color (decimal): -4334670 or 11721661. OLE color: 11721661.
HSL color Cylindrical-coordinate representation of color #BDDBB2: hue angle of 103.9º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDBB2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 178 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.14 |
| HSL | 103.9º | 0.36% | 0.78% | - |
| HSV(B) | 103.9º | 0.19% | 0.86% | - |
| XYZ | 54.35 | 64.7 | 51.74 | - |
| YUV | 205.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 178 | 0.14 | 0 | 0.19 | 0.14 | 103.9 | 0.36 | 0.78 |
| Hex | BD | DB | B2 | E | 0 | 13 | E | 68 | 24 | 4E |
| Octal | 275 | 333 | 262 | 16 | 0 | 23 | 16 | 150 | 44 | 116 |
| Binary | 10111101 | 11011011 | 10110010 | 1110 | 0 | 10011 | 1110 | 1101000 | 100100 | 1001110 |
Color Harmonies of #BDDBB2
Complementary color
Monochromatic Colors of #BDDBB2
Black with #BDDBB2
Text Example
Text Example
White with #BDDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBB2; }
p { color: rgb(189,219,178); }
H1.HeaderClassName
{
color: #BDDBB2;
}
.AnyTagClassName
{
color: #BDDBB2;
}
</style>
background-color css
<style>
a { background-color: #BDDBB2; }
a { background-color: rgb(189,219,178); }
div.DivClassName
{
background-color: #BDDBB2;
}
.BgClassName
{
background-color: #BDDBB2;
}
</style>
border-color css
<style>
span { border-color: #BDDBB2; }
span { border-color: rgb(189,219,178); }
td.TdClassName
{
border-color: #BDDBB2;
}
.TagClassName
{
border-color: #BDDBB2;
}
</style>