Shades of Reef #BDF692
Tints of Reef #BDF692
RGB
CMYK
RGB Variations
Color information
#BDF692 (or 0xBDF692) is known color: Reef. HEX triplet: BD, F6 and 92. RGB value is (189,246,146). Sum of RGB (Red+Green+Blue) = 189+246+146=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF692 is #42096D. Grayscale: #D9D9D9. Windows color (decimal): -4327790 or 9631421. OLE color: 9631421.
HSL color Cylindrical-coordinate representation of color #BDF692: hue angle of 94.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF692 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 146 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.04 |
| HSL | 94.2º | 0.85% | 0.77% | - |
| HSV(B) | 94.2º | 0.41% | 0.96% | - |
| XYZ | 59.13 | 78.81 | 39.29 | - |
| YUV | 217.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 146 | 0.23 | 0 | 0.41 | 0.04 | 94.2 | 0.85 | 0.77 |
| Hex | BD | F6 | 92 | 17 | 0 | 29 | 4 | 5E | 55 | 4D |
| Octal | 275 | 366 | 222 | 27 | 0 | 51 | 4 | 136 | 125 | 115 |
| Binary | 10111101 | 11110110 | 10010010 | 10111 | 0 | 101001 | 100 | 1011110 | 1010101 | 1001101 |
Color Harmonies of #BDF692
Complementary color
Monochromatic Colors of #BDF692
Black with #BDF692
Text Example
Text Example
White with #BDF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF692; }
p { color: rgb(189,246,146); }
H1.HeaderClassName
{
color: #BDF692;
}
.AnyTagClassName
{
color: #BDF692;
}
</style>
background-color css
<style>
a { background-color: #BDF692; }
a { background-color: rgb(189,246,146); }
div.DivClassName
{
background-color: #BDF692;
}
.BgClassName
{
background-color: #BDF692;
}
</style>
border-color css
<style>
span { border-color: #BDF692; }
span { border-color: rgb(189,246,146); }
td.TdClassName
{
border-color: #BDF692;
}
.TagClassName
{
border-color: #BDF692;
}
</style>