Shades of Reef #BDF693
Tints of Reef #BDF693
RGB
CMYK
RGB Variations
Color information
#BDF693 (or 0xBDF693) is known color: Reef. HEX triplet: BD, F6 and 93. RGB value is (189,246,147). Sum of RGB (Red+Green+Blue) = 189+246+147=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF693 is #42096C. Grayscale: #DADADA. Windows color (decimal): -4327789 or 9696957. OLE color: 9696957.
HSL color Cylindrical-coordinate representation of color #BDF693: hue angle of 94.55º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF693 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 147 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.04 |
| HSL | 94.55º | 0.85% | 0.77% | - |
| HSV(B) | 94.55º | 0.4% | 0.96% | - |
| XYZ | 59.21 | 78.84 | 39.7 | - |
| YUV | 217.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 147 | 0.23 | 0 | 0.40 | 0.04 | 94.55 | 0.85 | 0.77 |
| Hex | BD | F6 | 93 | 17 | 0 | 28 | 4 | 5F | 55 | 4D |
| Octal | 275 | 366 | 223 | 27 | 0 | 50 | 4 | 137 | 125 | 115 |
| Binary | 10111101 | 11110110 | 10010011 | 10111 | 0 | 101000 | 100 | 1011111 | 1010101 | 1001101 |
Color Harmonies of #BDF693
Complementary color
Monochromatic Colors of #BDF693
Black with #BDF693
Text Example
Text Example
White with #BDF693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF693; }
p { color: rgb(189,246,147); }
H1.HeaderClassName
{
color: #BDF693;
}
.AnyTagClassName
{
color: #BDF693;
}
</style>
background-color css
<style>
a { background-color: #BDF693; }
a { background-color: rgb(189,246,147); }
div.DivClassName
{
background-color: #BDF693;
}
.BgClassName
{
background-color: #BDF693;
}
</style>
border-color css
<style>
span { border-color: #BDF693; }
span { border-color: rgb(189,246,147); }
td.TdClassName
{
border-color: #BDF693;
}
.TagClassName
{
border-color: #BDF693;
}
</style>