Shades of Reef #BDF194
Tints of Reef #BDF194
RGB
CMYK
RGB Variations
Color information
#BDF194 (or 0xBDF194) is known color: Reef. HEX triplet: BD, F1 and 94. RGB value is (189,241,148). Sum of RGB (Red+Green+Blue) = 189+241+148=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF194 is #420E6B. Grayscale: #D7D7D7. Windows color (decimal): -4329068 or 9761213. OLE color: 9761213.
HSL color Cylindrical-coordinate representation of color #BDF194: hue angle of 93.55º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF194 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 148 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 93.55º | 0.77% | 0.76% | - |
| HSV(B) | 93.55º | 0.39% | 0.95% | - |
| XYZ | 57.79 | 75.87 | 39.62 | - |
| YUV | 214.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 148 | 0.22 | 0 | 0.39 | 0.05 | 93.55 | 0.77 | 0.76 |
| Hex | BD | F1 | 94 | 16 | 0 | 27 | 5 | 5E | 4D | 4C |
| Octal | 275 | 361 | 224 | 26 | 0 | 47 | 5 | 136 | 115 | 114 |
| Binary | 10111101 | 11110001 | 10010100 | 10110 | 0 | 100111 | 101 | 1011110 | 1001101 | 1001100 |
Color Harmonies of #BDF194
Complementary color
Monochromatic Colors of #BDF194
Black with #BDF194
Text Example
Text Example
White with #BDF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF194; }
p { color: rgb(189,241,148); }
H1.HeaderClassName
{
color: #BDF194;
}
.AnyTagClassName
{
color: #BDF194;
}
</style>
background-color css
<style>
a { background-color: #BDF194; }
a { background-color: rgb(189,241,148); }
div.DivClassName
{
background-color: #BDF194;
}
.BgClassName
{
background-color: #BDF194;
}
</style>
border-color css
<style>
span { border-color: #BDF194; }
span { border-color: rgb(189,241,148); }
td.TdClassName
{
border-color: #BDF194;
}
.TagClassName
{
border-color: #BDF194;
}
</style>