Shades of Reef #BDF294
Tints of Reef #BDF294
RGB
CMYK
RGB Variations
Color information
#BDF294 (or 0xBDF294) is known color: Reef. HEX triplet: BD, F2 and 94. RGB value is (189,242,148). Sum of RGB (Red+Green+Blue) = 189+242+148=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF294 is #420D6B. Grayscale: #D7D7D7. Windows color (decimal): -4328812 or 9761469. OLE color: 9761469.
HSL color Cylindrical-coordinate representation of color #BDF294: hue angle of 93.83º degrees, saturation: 0.78, 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 #BDF294 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 148 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 93.83º | 0.78% | 0.76% | - |
| HSV(B) | 93.83º | 0.39% | 0.95% | - |
| XYZ | 58.08 | 76.46 | 39.71 | - |
| YUV | 215.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 148 | 0.22 | 0 | 0.39 | 0.05 | 93.83 | 0.78 | 0.76 |
| Hex | BD | F2 | 94 | 16 | 0 | 27 | 5 | 5E | 4E | 4C |
| Octal | 275 | 362 | 224 | 26 | 0 | 47 | 5 | 136 | 116 | 114 |
| Binary | 10111101 | 11110010 | 10010100 | 10110 | 0 | 100111 | 101 | 1011110 | 1001110 | 1001100 |
Color Harmonies of #BDF294
Complementary color
Monochromatic Colors of #BDF294
Black with #BDF294
Text Example
Text Example
White with #BDF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF294; }
p { color: rgb(189,242,148); }
H1.HeaderClassName
{
color: #BDF294;
}
.AnyTagClassName
{
color: #BDF294;
}
</style>
background-color css
<style>
a { background-color: #BDF294; }
a { background-color: rgb(189,242,148); }
div.DivClassName
{
background-color: #BDF294;
}
.BgClassName
{
background-color: #BDF294;
}
</style>
border-color css
<style>
span { border-color: #BDF294; }
span { border-color: rgb(189,242,148); }
td.TdClassName
{
border-color: #BDF294;
}
.TagClassName
{
border-color: #BDF294;
}
</style>