Shades of Reef #BDF992
Tints of Reef #BDF992
RGB
CMYK
RGB Variations
Color information
#BDF992 (or 0xBDF992) is known color: Reef. HEX triplet: BD, F9 and 92. RGB value is (189,249,146). Sum of RGB (Red+Green+Blue) = 189+249+146=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF992 is #42066D. Grayscale: #DBDBDB. Windows color (decimal): -4327022 or 9632189. OLE color: 9632189.
HSL color Cylindrical-coordinate representation of color #BDF992: hue angle of 94.95º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF992 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 146 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.02 |
| HSL | 94.95º | 0.9% | 0.77% | - |
| HSV(B) | 94.95º | 0.41% | 0.98% | - |
| XYZ | 60.05 | 80.65 | 39.6 | - |
| YUV | 219.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 146 | 0.24 | 0 | 0.41 | 0.02 | 94.95 | 0.9 | 0.77 |
| Hex | BD | F9 | 92 | 18 | 0 | 29 | 2 | 5F | 5A | 4D |
| Octal | 275 | 371 | 222 | 30 | 0 | 51 | 2 | 137 | 132 | 115 |
| Binary | 10111101 | 11111001 | 10010010 | 11000 | 0 | 101001 | 10 | 1011111 | 1011010 | 1001101 |
Color Harmonies of #BDF992
Complementary color
Monochromatic Colors of #BDF992
Black with #BDF992
Text Example
Text Example
White with #BDF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF992; }
p { color: rgb(189,249,146); }
H1.HeaderClassName
{
color: #BDF992;
}
.AnyTagClassName
{
color: #BDF992;
}
</style>
background-color css
<style>
a { background-color: #BDF992; }
a { background-color: rgb(189,249,146); }
div.DivClassName
{
background-color: #BDF992;
}
.BgClassName
{
background-color: #BDF992;
}
</style>
border-color css
<style>
span { border-color: #BDF992; }
span { border-color: rgb(189,249,146); }
td.TdClassName
{
border-color: #BDF992;
}
.TagClassName
{
border-color: #BDF992;
}
</style>