Shades of Surf Crest #BDD2B3
Tints of Surf Crest #BDD2B3
RGB
CMYK
RGB Variations
Color information
#BDD2B3 (or 0xBDD2B3) is known color: Surf Crest. HEX triplet: BD, D2 and B3. RGB value is (189,210,179). Sum of RGB (Red+Green+Blue) = 189+210+179=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2B3 is #422D4C. Grayscale: #C8C8C8. Windows color (decimal): -4336973 or 11784893. OLE color: 11784893.
HSL color Cylindrical-coordinate representation of color #BDD2B3: hue angle of 100.65º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD2B3 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 179 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.18 |
| HSL | 100.65º | 0.26% | 0.76% | - |
| HSV(B) | 100.65º | 0.15% | 0.82% | - |
| XYZ | 52.17 | 60.17 | 51.51 | - |
| YUV | 200.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 179 | 0.10 | 0 | 0.15 | 0.18 | 100.65 | 0.26 | 0.76 |
| Hex | BD | D2 | B3 | A | 0 | F | 12 | 65 | 1A | 4C |
| Octal | 275 | 322 | 263 | 12 | 0 | 17 | 22 | 145 | 32 | 114 |
| Binary | 10111101 | 11010010 | 10110011 | 1010 | 0 | 1111 | 10010 | 1100101 | 11010 | 1001100 |
Color Harmonies of #BDD2B3
Complementary color
Monochromatic Colors of #BDD2B3
Black with #BDD2B3
Text Example
Text Example
White with #BDD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2B3; }
p { color: rgb(189,210,179); }
H1.HeaderClassName
{
color: #BDD2B3;
}
.AnyTagClassName
{
color: #BDD2B3;
}
</style>
background-color css
<style>
a { background-color: #BDD2B3; }
a { background-color: rgb(189,210,179); }
div.DivClassName
{
background-color: #BDD2B3;
}
.BgClassName
{
background-color: #BDD2B3;
}
</style>
border-color css
<style>
span { border-color: #BDD2B3; }
span { border-color: rgb(189,210,179); }
td.TdClassName
{
border-color: #BDD2B3;
}
.TagClassName
{
border-color: #BDD2B3;
}
</style>