Shades of Surf Crest #BDD1B4
Tints of Surf Crest #BDD1B4
RGB
CMYK
RGB Variations
Color information
#BDD1B4 (or 0xBDD1B4) is known color: Surf Crest. HEX triplet: BD, D1 and B4. RGB value is (189,209,180). Sum of RGB (Red+Green+Blue) = 189+209+180=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1B4 is #422E4B. Grayscale: #C7C7C7. Windows color (decimal): -4337228 or 11850173. OLE color: 11850173.
HSL color Cylindrical-coordinate representation of color #BDD1B4: hue angle of 101.38º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD1B4 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 180 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.18 |
| HSL | 101.38º | 0.24% | 0.76% | - |
| HSV(B) | 101.38º | 0.14% | 0.82% | - |
| XYZ | 52.02 | 59.72 | 51.96 | - |
| YUV | 199.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 180 | 0.10 | 0 | 0.14 | 0.18 | 101.38 | 0.24 | 0.76 |
| Hex | BD | D1 | B4 | A | 0 | E | 12 | 65 | 18 | 4C |
| Octal | 275 | 321 | 264 | 12 | 0 | 16 | 22 | 145 | 30 | 114 |
| Binary | 10111101 | 11010001 | 10110100 | 1010 | 0 | 1110 | 10010 | 1100101 | 11000 | 1001100 |
Color Harmonies of #BDD1B4
Complementary color
Monochromatic Colors of #BDD1B4
Black with #BDD1B4
Text Example
Text Example
White with #BDD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1B4; }
p { color: rgb(189,209,180); }
H1.HeaderClassName
{
color: #BDD1B4;
}
.AnyTagClassName
{
color: #BDD1B4;
}
</style>
background-color css
<style>
a { background-color: #BDD1B4; }
a { background-color: rgb(189,209,180); }
div.DivClassName
{
background-color: #BDD1B4;
}
.BgClassName
{
background-color: #BDD1B4;
}
</style>
border-color css
<style>
span { border-color: #BDD1B4; }
span { border-color: rgb(189,209,180); }
td.TdClassName
{
border-color: #BDD1B4;
}
.TagClassName
{
border-color: #BDD1B4;
}
</style>