Shades of Surf Crest #BDE1B6
Tints of Surf Crest #BDE1B6
RGB
CMYK
RGB Variations
Color information
#BDE1B6 (or 0xBDE1B6) is known color: Surf Crest. HEX triplet: BD, E1 and B6. RGB value is (189,225,182). Sum of RGB (Red+Green+Blue) = 189+225+182=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1B6 is #421E49. Grayscale: #D1D1D1. Windows color (decimal): -4333130 or 11985341. OLE color: 11985341.
HSL color Cylindrical-coordinate representation of color #BDE1B6: hue angle of 110.23º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE1B6 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 182 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.12 |
| HSL | 110.23º | 0.42% | 0.8% | - |
| HSV(B) | 110.23º | 0.19% | 0.88% | - |
| XYZ | 56.35 | 68.05 | 54.42 | - |
| YUV | 209.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 182 | 0.16 | 0 | 0.19 | 0.12 | 110.23 | 0.42 | 0.8 |
| Hex | BD | E1 | B6 | 10 | 0 | 13 | C | 6E | 2A | 50 |
| Octal | 275 | 341 | 266 | 20 | 0 | 23 | 14 | 156 | 52 | 120 |
| Binary | 10111101 | 11100001 | 10110110 | 10000 | 0 | 10011 | 1100 | 1101110 | 101010 | 1010000 |
Color Harmonies of #BDE1B6
Complementary color
Monochromatic Colors of #BDE1B6
Black with #BDE1B6
Text Example
Text Example
White with #BDE1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1B6; }
p { color: rgb(189,225,182); }
H1.HeaderClassName
{
color: #BDE1B6;
}
.AnyTagClassName
{
color: #BDE1B6;
}
</style>
background-color css
<style>
a { background-color: #BDE1B6; }
a { background-color: rgb(189,225,182); }
div.DivClassName
{
background-color: #BDE1B6;
}
.BgClassName
{
background-color: #BDE1B6;
}
</style>
border-color css
<style>
span { border-color: #BDE1B6; }
span { border-color: rgb(189,225,182); }
td.TdClassName
{
border-color: #BDE1B6;
}
.TagClassName
{
border-color: #BDE1B6;
}
</style>