Shades of Surf Crest #BDDBB4
Tints of Surf Crest #BDDBB4
RGB
CMYK
RGB Variations
Color information
#BDDBB4 (or 0xBDDBB4) is known color: Surf Crest. HEX triplet: BD, DB and B4. RGB value is (189,219,180). Sum of RGB (Red+Green+Blue) = 189+219+180=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBB4 is #42244B. Grayscale: #CDCDCD. Windows color (decimal): -4334668 or 11852733. OLE color: 11852733.
HSL color Cylindrical-coordinate representation of color #BDDBB4: hue angle of 106.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDBB4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 180 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.14 |
| HSL | 106.15º | 0.35% | 0.78% | - |
| HSV(B) | 106.15º | 0.18% | 0.86% | - |
| XYZ | 54.56 | 64.78 | 52.81 | - |
| YUV | 205.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 180 | 0.14 | 0 | 0.18 | 0.14 | 106.15 | 0.35 | 0.78 |
| Hex | BD | DB | B4 | E | 0 | 12 | E | 6A | 23 | 4E |
| Octal | 275 | 333 | 264 | 16 | 0 | 22 | 16 | 152 | 43 | 116 |
| Binary | 10111101 | 11011011 | 10110100 | 1110 | 0 | 10010 | 1110 | 1101010 | 100011 | 1001110 |
Color Harmonies of #BDDBB4
Complementary color
Monochromatic Colors of #BDDBB4
Black with #BDDBB4
Text Example
Text Example
White with #BDDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBB4; }
p { color: rgb(189,219,180); }
H1.HeaderClassName
{
color: #BDDBB4;
}
.AnyTagClassName
{
color: #BDDBB4;
}
</style>
background-color css
<style>
a { background-color: #BDDBB4; }
a { background-color: rgb(189,219,180); }
div.DivClassName
{
background-color: #BDDBB4;
}
.BgClassName
{
background-color: #BDDBB4;
}
</style>
border-color css
<style>
span { border-color: #BDDBB4; }
span { border-color: rgb(189,219,180); }
td.TdClassName
{
border-color: #BDDBB4;
}
.TagClassName
{
border-color: #BDDBB4;
}
</style>