Shades of Surf Crest #BDE6B8
Tints of Surf Crest #BDE6B8
RGB
CMYK
RGB Variations
Color information
#BDE6B8 (or 0xBDE6B8) is known color: Surf Crest. HEX triplet: BD, E6 and B8. RGB value is (189,230,184). Sum of RGB (Red+Green+Blue) = 189+230+184=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6B8 is #421947. Grayscale: #D4D4D4. Windows color (decimal): -4331848 or 12117693. OLE color: 12117693.
HSL color Cylindrical-coordinate representation of color #BDE6B8: hue angle of 113.48º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE6B8 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 184 | - |
| CMYK | 0.18 | 0 | 0.2 | 0.10 |
| HSL | 113.48º | 0.48% | 0.81% | - |
| HSV(B) | 113.48º | 0.2% | 0.9% | - |
| XYZ | 57.93 | 70.87 | 55.97 | - |
| YUV | 212.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 184 | 0.18 | 0 | 0.2 | 0.10 | 113.48 | 0.48 | 0.81 |
| Hex | BD | E6 | B8 | 12 | 0 | 14 | A | 71 | 30 | 51 |
| Octal | 275 | 346 | 270 | 22 | 0 | 24 | 12 | 161 | 60 | 121 |
| Binary | 10111101 | 11100110 | 10111000 | 10010 | 0 | 10100 | 1010 | 1110001 | 110000 | 1010001 |
Color Harmonies of #BDE6B8
Complementary color
Monochromatic Colors of #BDE6B8
Black with #BDE6B8
Text Example
Text Example
White with #BDE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6B8; }
p { color: rgb(189,230,184); }
H1.HeaderClassName
{
color: #BDE6B8;
}
.AnyTagClassName
{
color: #BDE6B8;
}
</style>
background-color css
<style>
a { background-color: #BDE6B8; }
a { background-color: rgb(189,230,184); }
div.DivClassName
{
background-color: #BDE6B8;
}
.BgClassName
{
background-color: #BDE6B8;
}
</style>
border-color css
<style>
span { border-color: #BDE6B8; }
span { border-color: rgb(189,230,184); }
td.TdClassName
{
border-color: #BDE6B8;
}
.TagClassName
{
border-color: #BDE6B8;
}
</style>