Shades of Surf Crest #BDE0B7
Tints of Surf Crest #BDE0B7
RGB
CMYK
RGB Variations
Color information
#BDE0B7 (or 0xBDE0B7) is known color: Surf Crest. HEX triplet: BD, E0 and B7. RGB value is (189,224,183). Sum of RGB (Red+Green+Blue) = 189+224+183=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0B7 is #421F48. Grayscale: #D0D0D0. Windows color (decimal): -4333385 or 12050621. OLE color: 12050621.
HSL color Cylindrical-coordinate representation of color #BDE0B7: hue angle of 111.22º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE0B7 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 183 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.12 |
| HSL | 111.22º | 0.4% | 0.8% | - |
| HSV(B) | 111.22º | 0.18% | 0.88% | - |
| XYZ | 56.19 | 67.55 | 54.88 | - |
| YUV | 208.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 183 | 0.16 | 0 | 0.18 | 0.12 | 111.22 | 0.4 | 0.8 |
| Hex | BD | E0 | B7 | 10 | 0 | 12 | C | 6F | 28 | 50 |
| Octal | 275 | 340 | 267 | 20 | 0 | 22 | 14 | 157 | 50 | 120 |
| Binary | 10111101 | 11100000 | 10110111 | 10000 | 0 | 10010 | 1100 | 1101111 | 101000 | 1010000 |
Color Harmonies of #BDE0B7
Complementary color
Monochromatic Colors of #BDE0B7
Black with #BDE0B7
Text Example
Text Example
White with #BDE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0B7; }
p { color: rgb(189,224,183); }
H1.HeaderClassName
{
color: #BDE0B7;
}
.AnyTagClassName
{
color: #BDE0B7;
}
</style>
background-color css
<style>
a { background-color: #BDE0B7; }
a { background-color: rgb(189,224,183); }
div.DivClassName
{
background-color: #BDE0B7;
}
.BgClassName
{
background-color: #BDE0B7;
}
</style>
border-color css
<style>
span { border-color: #BDE0B7; }
span { border-color: rgb(189,224,183); }
td.TdClassName
{
border-color: #BDE0B7;
}
.TagClassName
{
border-color: #BDE0B7;
}
</style>