Shades of Surf Crest #BDD1B3
Tints of Surf Crest #BDD1B3
RGB
CMYK
RGB Variations
Color information
#BDD1B3 (or 0xBDD1B3) is known color: Surf Crest. HEX triplet: BD, D1 and B3. RGB value is (189,209,179). Sum of RGB (Red+Green+Blue) = 189+209+179=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1B3 is #422E4C. Grayscale: #C7C7C7. Windows color (decimal): -4337229 or 11784637. OLE color: 11784637.
HSL color Cylindrical-coordinate representation of color #BDD1B3: hue angle of 100º degrees, saturation: 0.25, 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 #BDD1B3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 179 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.18 |
| HSL | 100º | 0.25% | 0.76% | - |
| HSV(B) | 100º | 0.14% | 0.82% | - |
| XYZ | 51.92 | 59.67 | 51.43 | - |
| YUV | 199.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 179 | 0.10 | 0 | 0.14 | 0.18 | 100 | 0.25 | 0.76 |
| Hex | BD | D1 | B3 | A | 0 | E | 12 | 64 | 19 | 4C |
| Octal | 275 | 321 | 263 | 12 | 0 | 16 | 22 | 144 | 31 | 114 |
| Binary | 10111101 | 11010001 | 10110011 | 1010 | 0 | 1110 | 10010 | 1100100 | 11001 | 1001100 |
Color Harmonies of #BDD1B3
Complementary color
Monochromatic Colors of #BDD1B3
Black with #BDD1B3
Text Example
Text Example
White with #BDD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1B3; }
p { color: rgb(189,209,179); }
H1.HeaderClassName
{
color: #BDD1B3;
}
.AnyTagClassName
{
color: #BDD1B3;
}
</style>
background-color css
<style>
a { background-color: #BDD1B3; }
a { background-color: rgb(189,209,179); }
div.DivClassName
{
background-color: #BDD1B3;
}
.BgClassName
{
background-color: #BDD1B3;
}
</style>
border-color css
<style>
span { border-color: #BDD1B3; }
span { border-color: rgb(189,209,179); }
td.TdClassName
{
border-color: #BDD1B3;
}
.TagClassName
{
border-color: #BDD1B3;
}
</style>